Skip to main content

Module executor

Module executor 

Source
Expand description

SQL Query Executor Module

Re-exports§

pub use expr::evaluate_expr;
pub use operators::FilterOperator;
pub use operators::HashAggregateOperator;
pub use operators::HashJoinOperator;
pub use operators::LimitOperator;
pub use operators::PhysicalOperator;
pub use operators::ProjectionOperator;
pub use operators::SortOperator;
pub use operators::TableScanOperator;
pub use parallel_query::AggregateResult;
pub use parallel_query::AggregateType;
pub use parallel_query::ParallelQueryExecutor;

Modules§

expr
Physical Expression Evaluation
operators
Physical Operators Module
parallel_query
Parallel Query Executor — Phase 2: Section 4.2

Functions§

concat_batches