Skip to main content

Module operators

Module operators 

Source
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.