Class NumericAnyAggregator<TSelector extends BaseNullableColumnValueSelector>
java.lang.Object
org.apache.druid.query.aggregation.any.NumericAnyAggregator<TSelector>
- All Implemented Interfaces:
Closeable,AutoCloseable,Aggregator
- Direct Known Subclasses:
DoubleAnyAggregator,FloatAnyAggregator,LongAnyAggregator
public abstract class NumericAnyAggregator<TSelector extends BaseNullableColumnValueSelector>
extends Object
implements Aggregator
Base type for on heap 'any' aggregator for primitive numeric column selectors
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.aggregation.Aggregator
aggregateWithSize, get, getDouble, getFloat, getLong, isNull
-
Constructor Details
-
NumericAnyAggregator
-
-
Method Details
-
aggregate
public void aggregate()Description copied from interface:AggregatorPerforms aggregation.- Specified by:
aggregatein interfaceAggregator
-
close
public void close()- Specified by:
closein interfaceAggregator- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-