Class AggregatorAndSize
java.lang.Object
org.apache.druid.query.aggregation.AggregatorAndSize
Encapsulates an
Aggregator and the initial size in bytes required by
the Aggregator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongInitial size of the aggregator in bytes including JVM object overheads.
-
Constructor Details
-
AggregatorAndSize
- Parameters:
aggregator- AggregatorinitialSizeBytes- Initial size in bytes (including JVM object overheads) required by the aggregator.
-
-
Method Details
-
getAggregator
-
getInitialSizeBytes
public long getInitialSizeBytes()Initial size of the aggregator in bytes including JVM object overheads.
-