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
public class StringLastVectorAggregator extends StringFirstLastVectorAggregator
-
-
Field Summary
-
Fields inherited from class org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator
NULLITY_OFFSET, VALUE_OFFSET
-
-
Constructor Summary
Constructors Constructor Description StringLastVectorAggregator(VectorValueSelector timeSelector, VectorObjectSelector objectSelector, int maxStringBytes)
-
Method Summary
-
Methods inherited from class org.apache.druid.query.aggregation.firstlast.StringFirstLastVectorAggregator
get, init, putDefaultValue, putNull, putValue, putValue, readPairFromVectorSelectors
-
Methods inherited from class org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator
aggregate, aggregate, close
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.query.aggregation.VectorAggregator
relocate
-
-
-
-
Constructor Detail
-
StringLastVectorAggregator
public StringLastVectorAggregator(@Nullable VectorValueSelector timeSelector, VectorObjectSelector objectSelector, int maxStringBytes)
-
-