Uses of Class
org.apache.druid.query.aggregation.DelegatingBufferAggregator
Packages that use DelegatingBufferAggregator
-
Uses of DelegatingBufferAggregator in org.apache.druid.query.aggregation
Subclasses of DelegatingBufferAggregator in org.apache.druid.query.aggregationModifier and TypeClassDescriptionclassThis class can be used to wrap Double BufferAggregator that consume double type columns to handle Object type.classThis class can be used to wrap Float BufferAggregator that consume float type columns to handle Object type.classThis class can be used to wrap Long BufferAggregator that consume long type columns to handle Object type.