pub fn create_accumulator_for_aggregate(
aggregate: &AggregateExpr,
) -> Box<dyn Accumulator>Expand description
Create an accumulator using the aggregate expression’s resolved result type.
pub fn create_accumulator_for_aggregate(
aggregate: &AggregateExpr,
) -> Box<dyn Accumulator>Create an accumulator using the aggregate expression’s resolved result type.