Skip to main content

plan_aggregate

Function plan_aggregate 

Source
pub fn plan_aggregate(
    select: &Select,
    table: &ResolvedTable,
    filters: &[Filter],
    _scope: &TableScope,
    functions: &FunctionRegistry,
) -> Result<SqlPlan>
Expand description

Plan an aggregate query (GROUP BY + aggregate functions).