Class Hierarchy
- java.lang.Object
- org.apache.pinot.segment.local.aggregator.AvgValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.CountValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.DistinctCountBitmapValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.DistinctCountHLLValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.MaxValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.MinMaxRangeValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.MinValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.PercentileEstValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.PercentileTDigestValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.SumPrecisionValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.SumValueAggregator (implements org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>)
- org.apache.pinot.segment.local.aggregator.ValueAggregatorFactory
Interface Hierarchy
- org.apache.pinot.segment.local.aggregator.ValueAggregator<R,A>