Skip to main content

extract_aggregates_from_projection

Function extract_aggregates_from_projection 

Source
pub fn extract_aggregates_from_projection(
    items: &[SelectItem],
    functions: &FunctionRegistry,
) -> Result<Vec<AggregateExpr>>
Expand description

Extract aggregate expressions from SELECT projection.