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.

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

Structs§

CustomFunctionRegistry
Registry of user-defined scalar functions.
Executor
Query executor: runs logical plans against a Uni storage backend.
PathBuilder
Builder for constructing Path objects through multi-hop traversals.
ResultNormalizer
Converts raw executor output into clean user-facing value types.

Type Aliases§

CustomScalarFn
Type alias for a custom scalar function.