Structsยง
- Decimal
Distinct AvgAccumulator - Generic implementation of
AVG DISTINCTfor Decimal types. Handles both all Arrow decimal types (32, 64, 128 and 256 bits). - Float64
Distinct AvgAccumulator - Specialized implementation of
AVG DISTINCTfor Float64 values, leveraging the existing DistinctSumAccumulator implementation.