Skip to main content

collect_aggregate_exprs

Function collect_aggregate_exprs 

Source
pub fn collect_aggregate_exprs<'a>(
    aggregates: &dyn AggregateClassifier,
    expr: &'a ScalarExpr,
    out: &mut Vec<&'a ScalarExpr>,
)