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.
Re-exports§
pub use self::core::Executor;pub use custom_functions::CustomFunctionRegistry;pub use custom_functions::CustomScalarFn;pub use path_builder::PathBuilder;pub use result_normalizer::ResultNormalizer;
Modules§
- core
- custom_
functions - User-defined scalar function registry.
- ddl_
procedures - path_
builder - Path construction for graph traversals.
- procedure
- read
- result_
normalizer - Result normalization - converts internal representations to user-facing types.
- write