Class LongLastVectorAggregator
java.lang.Object
org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator<Long,SerializablePairLongLong>
org.apache.druid.query.aggregation.firstlast.LongFirstLastVectorAggregator
org.apache.druid.query.aggregation.firstlast.last.LongLastVectorAggregator
- All Implemented Interfaces:
VectorAggregator
-
Field Summary
Fields inherited from class org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator
NULLITY_OFFSET, VALUE_OFFSET -
Constructor Summary
ConstructorsConstructorDescriptionLongLastVectorAggregator(VectorValueSelector timeSelector, VectorObjectSelector objectSelector) LongLastVectorAggregator(VectorValueSelector timeSelector, VectorValueSelector valueSelector) -
Method Summary
Methods inherited from class org.apache.druid.query.aggregation.firstlast.LongFirstLastVectorAggregator
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
-
LongLastVectorAggregator
public LongLastVectorAggregator(VectorValueSelector timeSelector, VectorObjectSelector objectSelector) -
LongLastVectorAggregator
public LongLastVectorAggregator(VectorValueSelector timeSelector, VectorValueSelector valueSelector)
-