pub fn extract_aggregates_from_projection(
items: &[SelectItem],
functions: &FunctionRegistry,
) -> Result<Vec<AggregateExpr>>Expand description
Extract aggregate expressions from SELECT projection.
pub fn extract_aggregates_from_projection(
items: &[SelectItem],
functions: &FunctionRegistry,
) -> Result<Vec<AggregateExpr>>Extract aggregate expressions from SELECT projection.