pub fn find_aggregate_exprs<'a>(
exprs: impl IntoIterator<Item = &'a Expr>,
) -> Vec<Expr>
Expand description
Collect all deeply nested Expr::AggregateFunction
.
They are returned in order of occurrence (depth
first), with duplicates omitted.
pub fn find_aggregate_exprs<'a>(
exprs: impl IntoIterator<Item = &'a Expr>,
) -> Vec<Expr>
Collect all deeply nested Expr::AggregateFunction
.
They are returned in order of occurrence (depth
first), with duplicates omitted.