You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use GroupsAccumulator exclusively in grouped hash aggregation (#175)
Makes other AggregateExprs in use GroupsAccumulatorFlatAdapter, and
also uses a GroupsAccumulator implementation that has Box<dyn
Accumulator> inside as a fallback accumulator if some AggregateExpr
implementation does not support that.
This fully removes a batch keys and hash table iteration and brings
that performance benefit from Sum and Avg to other aggregation types.
0 commit comments