Uses of Class
org.apache.druid.query.aggregation.firstlast.FirstLastVectorAggregator
-
-
Uses of FirstLastVectorAggregator in org.apache.druid.query.aggregation.firstlast
Subclasses of FirstLastVectorAggregator in org.apache.druid.query.aggregation.firstlast Modifier and Type Class Description classDoubleFirstLastVectorAggregatorVectorized version of on heap aggregator for column selectors with type DOUBLE.classFloatFirstLastVectorAggregatorVectorized version of on heap 'last' aggregator for column selectors with type FLOAT.classLongFirstLastVectorAggregatorVectorized version of on heap 'last' aggregator for column selectors with type LONG..classSingleStringFirstLastDimensionVectorAggregatorclassStringFirstLastVectorAggregator -
Uses of FirstLastVectorAggregator in org.apache.druid.query.aggregation.firstlast.first
Subclasses of FirstLastVectorAggregator in org.apache.druid.query.aggregation.firstlast.first Modifier and Type Class Description classDoubleFirstVectorAggregatorclassFloatFirstVectorAggregatorclassLongFirstVectorAggregatorclassSingleStringFirstDimensionVectorAggregatorclassStringFirstVectorAggregator -
Uses of FirstLastVectorAggregator in org.apache.druid.query.aggregation.firstlast.last
Subclasses of FirstLastVectorAggregator in org.apache.druid.query.aggregation.firstlast.last Modifier and Type Class Description classDoubleLastVectorAggregatorclassFloatLastVectorAggregatorclassLongLastVectorAggregatorclassSingleStringLastDimensionVectorAggregatorclassStringLastVectorAggregator
-