Class DoubleFirstVectorAggregator
java.lang.Object
org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator<Double,SerializablePairLongDouble>
org.apache.druid.query.aggregation.firstlast.DoubleFirstLastVectorAggregator
org.apache.druid.query.aggregation.firstlast.first.DoubleFirstVectorAggregator
- All Implemented Interfaces:
VectorAggregator
-
Field Summary
Fields inherited from class org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator
NULLITY_OFFSET, VALUE_OFFSET -
Constructor Summary
ConstructorsConstructorDescriptionDoubleFirstVectorAggregator(VectorValueSelector timeSelector, VectorObjectSelector objectSelector) DoubleFirstVectorAggregator(VectorValueSelector timeSelector, VectorValueSelector valueSelector) -
Method Summary
Methods inherited from class org.apache.druid.query.aggregation.firstlast.DoubleFirstLastVectorAggregator
get, init, putNull, putValue, putValue, readPairFromVectorSelectorsMethods inherited from class org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator
aggregate, aggregate, closeMethods 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.VectorAggregator
relocate
-
Constructor Details
-
DoubleFirstVectorAggregator
public DoubleFirstVectorAggregator(VectorValueSelector timeSelector, VectorObjectSelector objectSelector) -
DoubleFirstVectorAggregator
public DoubleFirstVectorAggregator(VectorValueSelector timeSelector, VectorValueSelector valueSelector)
-