Expand description
Query execution engine.
Converts a bound Cypher AST into an operator tree and executes it,
returning a materialized QueryResult.
Structsยง
- Degree
Cache - Pre-computed out-degree for every node slot across all relationship types.
- Degree
Stats - Per-relationship-type degree statistics collected at engine open time.
- Engine
- The execution engine holds references to the storage layer.
- Read
Snapshot - Immutable snapshot of storage state required to execute a read query.