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.