Class StringLastVectorAggregator
java.lang.Object
org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator<String,SerializablePairLongString>
org.apache.druid.query.aggregation.firstlast.StringFirstLastVectorAggregator
org.apache.druid.query.aggregation.firstlast.last.StringLastVectorAggregator
- All Implemented Interfaces:
VectorAggregator
-
Field Summary
Fields inherited from class org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator
NULLITY_OFFSET, VALUE_OFFSET -
Constructor Summary
ConstructorsConstructorDescriptionStringLastVectorAggregator(VectorValueSelector timeSelector, VectorObjectSelector objectSelector, int maxStringBytes) -
Method Summary
Methods inherited from class org.apache.druid.query.aggregation.firstlast.StringFirstLastVectorAggregator
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
-
StringLastVectorAggregator
public StringLastVectorAggregator(@Nullable VectorValueSelector timeSelector, VectorObjectSelector objectSelector, int maxStringBytes)
-