Package org.apache.pinot.segment.local.aggregator
-
Interface Summary Interface Description ValueAggregator<R,A> A value aggregator that pre-aggregates on the input values for a specific type of aggregation. -
Class Summary Class Description AvgValueAggregator CountValueAggregator DistinctCountBitmapValueAggregator DistinctCountCPCSketchValueAggregator DistinctCountHLLPlusValueAggregator DistinctCountHLLValueAggregator DistinctCountThetaSketchValueAggregator DistinctCountULLValueAggregator IntegerTupleSketchValueAggregator MaxValueAggregator MinMaxRangeValueAggregator MinValueAggregator PercentileEstValueAggregator PercentileTDigestValueAggregator SumPrecisionValueAggregator SumValueAggregator ValueAggregatorFactory TheValueAggregatorFactoryclass is the factory for all value aggregators.