Uses of Interface
org.apache.druid.query.aggregation.AggregateCombiner
-
-
Uses of AggregateCombiner in org.apache.druid.query.aggregation
Classes in org.apache.druid.query.aggregation that implement AggregateCombiner Modifier and Type Class Description classDoubleAggregateCombinerSpecialization ofAggregateCombinerfor primitive double aggregations.classLongAggregateCombinerSpecialization ofAggregateCombinerfor primitive long aggregations.classLongSumAggregateCombinerclassNullableNumericAggregateCombiner<T>Null-aware numericAggregateCombiner.classObjectAggregateCombiner<T>Specialization ofAggregateCombinerfor object aggregations.Methods in org.apache.druid.query.aggregation that return AggregateCombiner Modifier and Type Method Description AggregateCombinerAggregatorFactory. makeAggregateCombiner()Creates an AggregateCombiner to fold rollup aggregation results from serveral "rows" of different indexes during index merging.AggregateCombinerCountAggregatorFactory. makeAggregateCombiner()AggregateCombinerDoubleMaxAggregatorFactory. makeAggregateCombiner()AggregateCombinerDoubleMinAggregatorFactory. makeAggregateCombiner()AggregateCombinerDoubleSumAggregatorFactory. makeAggregateCombiner()AggregateCombinerFilteredAggregatorFactory. makeAggregateCombiner()AggregateCombinerFloatMaxAggregatorFactory. makeAggregateCombiner()AggregateCombinerFloatMinAggregatorFactory. makeAggregateCombiner()AggregateCombinerFloatSumAggregatorFactory. makeAggregateCombiner()AggregateCombinerHistogramAggregatorFactory. makeAggregateCombiner()AggregateCombinerJavaScriptAggregatorFactory. makeAggregateCombiner()AggregateCombinerLongMaxAggregatorFactory. makeAggregateCombiner()AggregateCombinerLongMinAggregatorFactory. makeAggregateCombiner()AggregateCombinerLongSumAggregatorFactory. makeAggregateCombiner()AggregateCombinerSuppressedAggregatorFactory. makeAggregateCombiner()AggregateCombinerAggregatorFactory. makeNullableAggregateCombiner()Creates anAggregateCombinerwhich supports nullability.AggregateCombinerNullableNumericAggregatorFactory. makeNullableAggregateCombiner()Constructors in org.apache.druid.query.aggregation with parameters of type AggregateCombiner Constructor Description NullableNumericAggregateCombiner(AggregateCombiner<T> delegate) -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.any
Methods in org.apache.druid.query.aggregation.any that return AggregateCombiner Modifier and Type Method Description AggregateCombinerDoubleAnyAggregatorFactory. makeAggregateCombiner()AggregateCombinerFloatAnyAggregatorFactory. makeAggregateCombiner()AggregateCombinerLongAnyAggregatorFactory. makeAggregateCombiner() -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.cardinality
Classes in org.apache.druid.query.aggregation.cardinality that implement AggregateCombiner Modifier and Type Class Description classHyperLogLogCollectorAggregateCombinerMethods in org.apache.druid.query.aggregation.cardinality that return AggregateCombiner Modifier and Type Method Description AggregateCombinerCardinalityAggregatorFactory. makeAggregateCombiner() -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.firstlast.first
Classes in org.apache.druid.query.aggregation.firstlast.first that implement AggregateCombiner Modifier and Type Class Description classGenericFirstAggregateCombiner<T extends SerializablePair<Long,?>>Methods in org.apache.druid.query.aggregation.firstlast.first that return AggregateCombiner Modifier and Type Method Description AggregateCombinerDoubleFirstAggregatorFactory. makeAggregateCombiner()AggregateCombinerFloatFirstAggregatorFactory. makeAggregateCombiner()AggregateCombinerLongFirstAggregatorFactory. makeAggregateCombiner()AggregateCombinerStringFirstAggregatorFactory. makeAggregateCombiner() -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.firstlast.last
Classes in org.apache.druid.query.aggregation.firstlast.last that implement AggregateCombiner Modifier and Type Class Description classGenericLastAggregateCombiner<T extends SerializablePair<Long,?>>Methods in org.apache.druid.query.aggregation.firstlast.last that return AggregateCombiner Modifier and Type Method Description AggregateCombinerDoubleLastAggregatorFactory. makeAggregateCombiner()AggregateCombinerFloatLastAggregatorFactory. makeAggregateCombiner()AggregateCombinerLongLastAggregatorFactory. makeAggregateCombiner()AggregateCombinerStringLastAggregatorFactory. makeAggregateCombiner() -
Uses of AggregateCombiner in org.apache.druid.query.aggregation.hyperloglog
Methods in org.apache.druid.query.aggregation.hyperloglog that return AggregateCombiner Modifier and Type Method Description AggregateCombinerHyperUniquesAggregatorFactory. makeAggregateCombiner()
-