Uses of Class
org.apache.druid.query.aggregation.DelegatingAggregator
-
Packages that use DelegatingAggregator Package Description org.apache.druid.query.aggregation -
-
Uses of DelegatingAggregator in org.apache.druid.query.aggregation
Subclasses of DelegatingAggregator in org.apache.druid.query.aggregation Modifier and Type Class Description classStringColumnDoubleAggregatorWrapperThis class can be used to wrap Double Aggregator that consume double type columns to handle String type.classStringColumnFloatAggregatorWrapperThis class can be used to wrap Float Aggregator that consume float type columns to handle String type.classStringColumnLongAggregatorWrapperThis class can be used to wrap Long Aggregator that consume long type columns to handle String type.
-