Expand description
Query execution engine.
Translates logical plans into concrete read/write operations against Uni storage, including DataFusion-based columnar execution, procedure dispatch, and result normalization.
Modules§
- core
- ddl_
procedures - path_
builder - Path construction for graph traversals.
- procedure
- read
- result_
normalizer - Result normalization - converts internal representations to user-facing types.
- write
Structs§
- Executor
- Query executor: runs logical plans against a Uni storage backend.
- Path
Builder - Builder for constructing Path objects through multi-hop traversals.
- Result
Normalizer - Converts raw executor output into clean user-facing value types.