Expand description
Volcano/Iterator-model query executor with operator tree evaluation.
Modules§
- eval
- Expression evaluator for the executor.
- operators
- Physical operator implementations (scan, expand, filter, etc.).
Structs§
- Execution
Error - Execution error.
Enums§
- Value
- Runtime value in query execution. Extends PropertyValue with graph entity references.
Traits§
- Scalar
FnLookup - Trait for resolving unknown scalar functions at evaluation time.
- Trigger
Lookup - Trait for firing trigger hooks during mutation operations.
Functions§
- execute
- Execute a logical plan against a storage engine.