Uses of Class
org.apache.druid.query.aggregation.ObjectAggregateCombiner
-
-
Uses of ObjectAggregateCombiner in org.apache.druid.query.aggregation.cardinality
Subclasses of ObjectAggregateCombiner in org.apache.druid.query.aggregation.cardinality Modifier and Type Class Description classHyperLogLogCollectorAggregateCombiner -
Uses of ObjectAggregateCombiner in org.apache.druid.query.aggregation.firstlast.first
Subclasses of ObjectAggregateCombiner in org.apache.druid.query.aggregation.firstlast.first Modifier and Type Class Description classGenericFirstAggregateCombiner<T extends SerializablePair<Long,?>> -
Uses of ObjectAggregateCombiner in org.apache.druid.query.aggregation.firstlast.last
Subclasses of ObjectAggregateCombiner in org.apache.druid.query.aggregation.firstlast.last Modifier and Type Class Description classGenericLastAggregateCombiner<T extends SerializablePair<Long,?>>
-