Module select

Module select 

Source

Re-exports§

pub use late_materialization::gather_columns;
pub use late_materialization::gather_single_column;
pub use late_materialization::LazyMaterializedBatch;
pub use late_materialization::RowReference;
pub use late_materialization::SelectionVector;

Modules§

columnar
Columnar execution for high-performance aggregation queries
join
late_materialization
Late Materialization for Query Execution

Structs§

SelectExecutor
Executes SELECT queries
SelectResult
Result of a SELECT query including column metadata
TableScanIterator
Iterator that scans rows from a materialized table
WindowFunctionKey
Key for identifying and hashing window function expressions Used to map window function expressions to their pre-computed column indices

Traits§

RowIterator
Core trait for row-producing iterators in the query execution pipeline

Type Aliases§

CteResult
CTE result: (schema, shared rows)