Module avg_distinct

Module avg_distinct 

Source

Structsยง

DecimalDistinctAvgAccumulator
Generic implementation of AVG DISTINCT for Decimal types. Handles both all Arrow decimal types (32, 64, 128 and 256 bits).
Float64DistinctAvgAccumulator
Specialized implementation of AVG DISTINCT for Float64 values, leveraging the existing DistinctSumAccumulator implementation.