Module avg_distinct

Module avg_distinct 

Source

Structsยง

DecimalDistinctAvgAccumulator
Generic implementation of AVG DISTINCT for Decimal types. Handles both Decimal128Type and Decimal256Type.
Float64DistinctAvgAccumulator
Specialized implementation of AVG DISTINCT for Float64 values, leveraging the existing DistinctSumAccumulator implementation.