Structsยง
- Decimal
Distinct AvgAccumulator - Generic implementation of
AVG DISTINCTfor Decimal types. Handles both Decimal128Type and Decimal256Type. - Float64
Distinct AvgAccumulator - Specialized implementation of
AVG DISTINCTfor Float64 values, leveraging the existing DistinctSumAccumulator implementation.