Uses of Class
org.apache.druid.query.aggregation.DelegatingBufferAggregator
-
Packages that use DelegatingBufferAggregator Package Description org.apache.druid.query.aggregation -
-
Uses of DelegatingBufferAggregator in org.apache.druid.query.aggregation
Subclasses of DelegatingBufferAggregator in org.apache.druid.query.aggregation Modifier and Type Class Description classStringColumnDoubleBufferAggregatorWrapperThis class can be used to wrap Double BufferAggregator that consume double type columns to handle String type.classStringColumnFloatBufferAggregatorWrapperThis class can be used to wrap Float BufferAggregator that consume float type columns to handle String type.classStringColumnLongBufferAggregatorWrapperThis class can be used to wrap Long BufferAggregator that consume long type columns to handle String type.
-