Skip to main content

create_accumulator_for_aggregate

Function create_accumulator_for_aggregate 

Source
pub fn create_accumulator_for_aggregate(
    aggregate: &AggregateExpr,
) -> Box<dyn Accumulator>
Expand description

Create an accumulator using the aggregate expression’s resolved result type.