Expand description
Physical operator implementations (scan, expand, filter, etc.).
Modulesยง
- aggregate
- Aggregate operator (GROUP BY / count / etc.).
- create
- CREATE clause execution (nodes and edges).
- delete
- DELETE / DETACH DELETE execution.
- expand
- Single-hop edge expansion.
- filter
- Filter operator (WHERE predicates).
- hyperedge_
scan - Hyperedge scan operator (hypergraph feature).
- index_
scan - Index-based node lookup.
- limit
- LIMIT / SKIP operators.
- merge
- MERGE clause execution (match-or-create).
- node_
scan - Full node scan (with optional label filter).
- optional_
expand - OPTIONAL MATCH (left-join) expansion.
- project
- RETURN / WITH projection.
- set_
props - SET property assignment.
- sort
- ORDER BY sort operator.
- subgraph_
scan - Subgraph scan operator (subgraph feature).
- temporal_
filter - Temporal edge validity filtering (AT TIME / BETWEEN TIME).
- temporal_
scan - Version-store scan for AT TIME / BETWEEN TIME queries.
- unwind
- UNWIND list expansion.
- var_
length_ expand - Variable-length path expansion (BFS with depth bounds).
- with
- WITH clause operator.