Skip to main content

Module executor

Module executor 

Source
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