2 repository-uri
Operations that identify and return common elements shared between multiple data relations.
Distinguishing note: None of the candidates relate to relational set intersection; they focus on visualization or enrichment.
Explore 2 awesome GitHub repositories matching data & databases · Set Intersections. Refine with filters or upvote what's useful.
Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer
Provides set intersection operations to isolate overlapping records across different datasets.
go-funk este o bibliotecă de programare funcțională pentru Go care oferă un set de funcții helper pentru a transforma și interoga slice-uri și map-uri. Aceasta permite un stil de codare declarativ pentru manipularea colecțiilor și transformarea datelor, reducând nevoia de bucle manuale repetitive. Biblioteca implementează funcții de ordin superior pentru operațiuni comune, inclusiv mapare, filtrare și căutare prin structuri de date folosind predicate și callback-uri. Include utilitare pentru detectarea existenței elementelor și găsirea elementelor comune între colecții. Aceste capabilități sunt susținute prin constrângeri de tip bazate pe generice și aserțiuni de tip bazate pe interfețe, pentru a asigura funcționarea operațiunilor pe diverse tipuri de elemente.
Implements set intersection logic to find common elements between two slices.