Uses of Interface
org.apache.druid.query.aggregation.AggregateCombiner
Packages that use AggregateCombiner
Package
Description
-
Uses of AggregateCombiner in org.apache.druid.query.aggregation
Classes in org.apache.druid.query.aggregation that implement AggregateCombinerModifier and TypeClassDescriptionclassSpecialization ofAggregateCombinerfor primitive double aggregations.classSpecialization ofAggregateCombinerfor primitive long aggregations.final classfinal classNull-aware numericAggregateCombiner.classSpecialization ofAggregateCombinerfor object aggregations.Methods in org.apache.druid.query.aggregation that return AggregateCombinerModifier and TypeMethodDescriptionAggregatorFactory.makeAggregateCombiner()Creates an AggregateCombiner to fold rollup aggregation results from serveral "rows" of different indexes during index merging.CountAggregatorFactory.makeAggregateCombiner()DoubleMaxAggregatorFactory.makeAggregateCombiner()DoubleMinAggregatorFactory.makeAggregateCombiner()DoubleSumAggregatorFactory.makeAggregateCombiner()FilteredAggregatorFactory.makeAggregateCombiner()FloatMaxAggregatorFactory.makeAggregateCombiner()FloatMinAggregatorFactory.makeAggregateCombiner()FloatSumAggregatorFactory.makeAggregateCombiner()HistogramAggregatorFactory.makeAggregateCombiner()JavaScriptAggregatorFactory.makeAggregateCombiner()LongMaxAggregatorFactory.makeAggregateCombiner()LongMinAggregatorFactory.makeAggregateCombiner()LongSumAggregatorFactory.makeAggregateCombiner()SuppressedAggregatorFactory.makeAggregateCombiner()AggregatorFactory.makeNullableAggregateCombiner()Creates anAggregateCombinerwhich supports nullability.final AggregateCombinerNullableNumericAggregatorFactory.makeNullableAggregateCombiner()Constructors in org.apache.druid.query.aggregation with parameters of type AggregateCombiner -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.any
Methods in org.apache.druid.query.aggregation.any that return AggregateCombinerModifier and TypeMethodDescriptionDoubleAnyAggregatorFactory.makeAggregateCombiner()FloatAnyAggregatorFactory.makeAggregateCombiner()LongAnyAggregatorFactory.makeAggregateCombiner() -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.cardinality
Classes in org.apache.druid.query.aggregation.cardinality that implement AggregateCombinerMethods in org.apache.druid.query.aggregation.cardinality that return AggregateCombiner -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.firstlast.first
Classes in org.apache.druid.query.aggregation.firstlast.first that implement AggregateCombinerModifier and TypeClassDescriptionclassGenericFirstAggregateCombiner<T extends SerializablePair<Long,?>> Methods in org.apache.druid.query.aggregation.firstlast.first that return AggregateCombinerModifier and TypeMethodDescriptionDoubleFirstAggregatorFactory.makeAggregateCombiner()FloatFirstAggregatorFactory.makeAggregateCombiner()LongFirstAggregatorFactory.makeAggregateCombiner()StringFirstAggregatorFactory.makeAggregateCombiner() -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.firstlast.last
Classes in org.apache.druid.query.aggregation.firstlast.last that implement AggregateCombinerModifier and TypeClassDescriptionclassGenericLastAggregateCombiner<T extends SerializablePair<Long,?>> Methods in org.apache.druid.query.aggregation.firstlast.last that return AggregateCombinerModifier and TypeMethodDescriptionDoubleLastAggregatorFactory.makeAggregateCombiner()FloatLastAggregatorFactory.makeAggregateCombiner()LongLastAggregatorFactory.makeAggregateCombiner()StringLastAggregatorFactory.makeAggregateCombiner() -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.hyperloglog
Methods in org.apache.druid.query.aggregation.hyperloglog that return AggregateCombiner