Uses of Interface
org.apache.pinot.segment.local.aggregator.ValueAggregator
-
Packages that use ValueAggregator Package Description org.apache.pinot.segment.local.aggregator -
-
Uses of ValueAggregator in org.apache.pinot.segment.local.aggregator
Classes in org.apache.pinot.segment.local.aggregator that implement ValueAggregator Modifier and Type Class Description classAvgValueAggregatorclassCountValueAggregatorclassDistinctCountBitmapValueAggregatorclassDistinctCountHLLValueAggregatorclassMaxValueAggregatorclassMinMaxRangeValueAggregatorclassMinValueAggregatorclassPercentileEstValueAggregatorclassPercentileTDigestValueAggregatorclassSumPrecisionValueAggregatorclassSumValueAggregatorMethods in org.apache.pinot.segment.local.aggregator that return ValueAggregator Modifier and Type Method Description static ValueAggregatorValueAggregatorFactory. getValueAggregator(AggregationFunctionType aggregationType)Returns a new instance of value aggregator for the given aggregation type.
-