Function mz_sql::plan::query::plan_aggregate_common

source ยท
fn plan_aggregate_common(
    ecx: &ExprContext<'_>,
    _: &Function<Aug>,
) -> Result<AggregateExpr, PlanError>
Expand description

Common part of the planning of windowed and non-windowed aggregation functions.