Module operators

Module operators 

Source
Expand description

Query operators for graph traversal and data processing

High-performance implementations with SIMD optimization

Structs§

Aggregate
Aggregate operator
EdgeScan
Edge scan operator
Filter
Filter operator with SIMD-optimized predicate evaluation
HyperedgeScan
Hyperedge scan operator
Join
Join operator with hash join implementation
Limit
Limit operator
NodeScan
Node scan operator
Project
Project operator (column selection)
Sort
Sort operator with external sort for large datasets

Enums§

AggregateFunction
Aggregate function
JoinType
Join type
ScanMode
Scan mode for data access

Traits§

Operator
Base trait for all query operators