2 个仓库
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 是一个 Go 语言函数式编程库,提供了一组用于转换和查询切片(slice)与映射(map)的辅助函数。它实现了集合操作和数据转换的声明式编程风格,减少了重复的手动循环代码。 该库为常见操作实现了高阶函数,包括使用谓词和回调函数对数据结构进行映射、过滤和搜索。它还包含用于检测元素是否存在以及查找集合间共有元素的实用工具。 这些功能通过基于泛型的类型约束和接口驱动的类型断言实现,确保操作适用于各种元素类型。
Implements set intersection logic to find common elements between two slices.