Skip to main content

build_range_input_projection

Function build_range_input_projection 

Source
fn build_range_input_projection(
    input: &LogicalPlan,
    range_exprs: &[RangeFn],
    time_expr: &Expr,
    by_exprs: &[Expr],
) -> Result<LogicalPlan>
Expand description

Builds the narrow child projection required by RangeSelect.

The physical Range implementation consumes aggregate arguments and aggregate ordering expressions, but does not support aggregate FILTER expressions.