Expand description
Query operators for graph traversal and data processing
High-performance implementations with SIMD optimization
Structs§
- Aggregate
- Aggregate operator
- Edge
Scan - Edge scan operator
- Filter
- Filter operator with SIMD-optimized predicate evaluation
- Hyperedge
Scan - Hyperedge scan operator
- Join
- Join operator with hash join implementation
- Limit
- Limit operator
- Node
Scan - Node scan operator
- Project
- Project operator (column selection)
- Sort
- Sort operator with external sort for large datasets
Enums§
- Aggregate
Function - Aggregate function
- Join
Type - Join type
- Scan
Mode - Scan mode for data access
Traits§
- Operator
- Base trait for all query operators