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