Class DoubleAggregateCombiner
java.lang.Object
org.apache.druid.query.aggregation.DoubleAggregateCombiner
- All Implemented Interfaces:
AggregateCombiner<Double>,HotLoopCallee,BaseDoubleColumnValueSelector,BaseFloatColumnValueSelector,BaseLongColumnValueSelector,BaseNullableColumnValueSelector,BaseObjectColumnValueSelector<Double>,ColumnValueSelector<Double>,DoubleColumnSelector
public abstract class DoubleAggregateCombiner
extends Object
implements AggregateCombiner<Double>, DoubleColumnSelector
Specialization of
AggregateCombiner for primitive double aggregations.-
Field Summary
Fields inherited from interface org.apache.druid.segment.ColumnValueSelector
EMPTY_ARRAY -
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.AggregateCombiner
fold, inspectRuntimeShape, isNull, resetMethods inherited from interface org.apache.druid.segment.BaseDoubleColumnValueSelector
getDoubleMethods inherited from interface org.apache.druid.segment.DoubleColumnSelector
classOfObject, getFloat, getLong, getObject
-
Constructor Details
-
DoubleAggregateCombiner
public DoubleAggregateCombiner()
-