Skip to main content

Module executor

Module executor 

Source
Expand description

Query execution engine.

Re-exports§

pub use spatial_funcs::evaluate_spatial_function;
pub use window::OrderKey;
pub use window::WindowFunction;
pub use window::WindowSpec;
pub use window::evaluate_window;
pub use window::evaluate_window_batch;

Modules§

aggregate
Aggregation executor.
filter
Filter executor.
join
Join executor with proper condition evaluation.
scan
Table scan executor.
sort
Sort executor.
spatial_funcs
Spatial (ST_*) function evaluator.
window
SQL:2003 window-function evaluation kernel.

Structs§

Executor
Query executor.