Skip to main content

Module engine

Module engine 

Source
Expand description

Query execution engine.

Converts a bound Cypher AST into an operator tree and executes it, returning a materialized QueryResult.

Modules§

pipeline_exec
Opt-in chunked pipeline execution entry points (Phase 1 + Phase 2 + Phase 3, #299).

Structs§

DegreeCache
Pre-computed out-degree for every node slot across all relationship types.
DegreeStats
Per-relationship-type degree statistics collected at engine open time.
Engine
The execution engine holds references to the storage layer.
EngineBuilder
Builder for Engine with Phase 2+ configuration options.
ReadSnapshot
Immutable snapshot of storage state required to execute a read query.