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 path_builder::PathBuilder;pub use result_normalizer::ResultNormalizer;
Modules§
- core
- ddl_
procedures - path_
builder - Path construction for graph traversals.
- plugin_
adapter - Adapter bridging legacy
CustomScalarFnclosures touni-plugin’sScalarPluginFntrait. - procedure
- procedure_
host - Concrete
ProcedureHostimplementation backed by a snapshot ofGraphExecutionContext. - read
- result_
normalizer - Result normalization - converts internal representations to user-facing types.
- write
Structs§
- Custom
Function Registry - Registry of user-defined scalar functions.
Type Aliases§
- Custom
Scalar Fn - Type alias for a custom scalar function.