Re-exports§
pub use late_materialization::SelectionVector;pub use late_materialization::RowReference;pub use late_materialization::LazyMaterializedBatch;pub use late_materialization::gather_columns;pub use late_materialization::gather_single_column;
Modules§
- columnar
- Columnar execution for high-performance aggregation queries
- join
- late_
materialization - Late Materialization for Query Execution
Structs§
- Select
Executor - Executes SELECT queries
- Select
Result - Result of a SELECT query including column metadata
- Table
Scan Iterator - Iterator that scans rows from a materialized table
- Window
Function Key - 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)