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
- morsel
- Morsel-driven parallel execution with work-stealing
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
Functions§
- find_
window_ function_ in_ expression - Find the first window function in an expression
- is_
simple_ point_ query - Check if a query is a simple point-lookup that can use the fast path
- is_
streaming_ aggregate_ query - Check if a query is a streaming aggregate that can use the ultra-fast path
Type Aliases§
- CteResult
- CTE result: (schema, shared rows)