Uses of Interface
org.apache.druid.query.aggregation.VectorAggregator
Packages that use VectorAggregator
Package
Description
-
Uses of VectorAggregator in org.apache.druid.query.aggregation
Classes in org.apache.druid.query.aggregation that implement VectorAggregatorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassA wrapper around a non-null-aware VectorAggregator that makes it null-aware.static classMethods in org.apache.druid.query.aggregation that return VectorAggregatorModifier and TypeMethodDescriptionAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) Create a VectorAggregator based on the provided column selector factory.CountAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) protected VectorAggregatorDoubleMaxAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) protected VectorAggregatorDoubleMinAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) protected VectorAggregatorDoubleSumAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) FilteredAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) protected VectorAggregatorFloatMaxAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) protected VectorAggregatorFloatMinAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) protected VectorAggregatorFloatSumAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) GroupingAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) protected VectorAggregatorLongMaxAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) protected VectorAggregatorLongMinAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) protected VectorAggregatorLongSumAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) final VectorAggregatorNullableNumericAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) protected VectorAggregatorNullableNumericAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, VectorValueSelector selector) Creates aVectorAggregatorto aggregate values from several rows into a ByteBuffer.SuppressedAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) Constructors in org.apache.druid.query.aggregation with parameters of type VectorAggregatorModifierConstructorDescriptionFilteredVectorAggregator(VectorValueMatcher matcher, VectorAggregator delegate) SuppressedVectorAggregator(VectorAggregator delegate) -
Uses of VectorAggregator in org.apache.druid.query.aggregation.any
Classes in org.apache.druid.query.aggregation.any that implement VectorAggregatorModifier and TypeClassDescriptionclassVectorized implementation of theDoubleAnyBufferAggregatorclassVectorized implementation of theFloatAnyBufferAggregatorclassVectorized implementation of theLongAnyBufferAggregatorclassA vector aggregator that returns the default numeric value.classclassMethods in org.apache.druid.query.aggregation.any that return VectorAggregatorModifier and TypeMethodDescriptionDoubleAnyAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) FloatAnyAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) LongAnyAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) -
Uses of VectorAggregator in org.apache.druid.query.aggregation.cardinality
Classes in org.apache.druid.query.aggregation.cardinality that implement VectorAggregatorMethods in org.apache.druid.query.aggregation.cardinality that return VectorAggregatorModifier and TypeMethodDescriptionCardinalityAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) -
Uses of VectorAggregator in org.apache.druid.query.aggregation.constant
Classes in org.apache.druid.query.aggregation.constant that implement VectorAggregator -
Uses of VectorAggregator in org.apache.druid.query.aggregation.firstlast
Classes in org.apache.druid.query.aggregation.firstlast that implement VectorAggregatorModifier and TypeClassDescriptionclassVectorized version of on heap aggregator for column selectors with type DOUBLE.classFirstLastVectorAggregator<RhsType,PairType extends SerializablePair<Long, RhsType>> Base type for vectorized version of on heap 'last' aggregator for primitive numeric column selectors..classVectorized version of on heap 'last' aggregator for column selectors with type FLOAT.classVectorized version of on heap 'last' aggregator for column selectors with type LONG..classclass -
Uses of VectorAggregator in org.apache.druid.query.aggregation.firstlast.first
Classes in org.apache.druid.query.aggregation.firstlast.first that implement VectorAggregatorModifier and TypeClassDescriptionclassclassclassclassclassFields in org.apache.druid.query.aggregation.firstlast.first declared as VectorAggregatorModifier and TypeFieldDescriptionstatic final VectorAggregatorStringFirstAggregatorFactory.NIL_VECTOR_AGGREGATORMethods in org.apache.druid.query.aggregation.firstlast.first that return VectorAggregatorModifier and TypeMethodDescriptionDoubleFirstAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) FloatFirstAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) LongFirstAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) StringFirstAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) -
Uses of VectorAggregator in org.apache.druid.query.aggregation.firstlast.last
Classes in org.apache.druid.query.aggregation.firstlast.last that implement VectorAggregatorModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.apache.druid.query.aggregation.firstlast.last that return VectorAggregatorModifier and TypeMethodDescriptionDoubleLastAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) FloatLastAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) LongLastAggregatorFactory.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory) StringLastAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) -
Uses of VectorAggregator in org.apache.druid.query.aggregation.hyperloglog
Classes in org.apache.druid.query.aggregation.hyperloglog that implement VectorAggregatorMethods in org.apache.druid.query.aggregation.hyperloglog that return VectorAggregatorModifier and TypeMethodDescriptionHyperUniquesAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory) -
Uses of VectorAggregator in org.apache.druid.query.aggregation.mean
Classes in org.apache.druid.query.aggregation.mean that implement VectorAggregatorMethods in org.apache.druid.query.aggregation.mean that return VectorAggregatorModifier and TypeMethodDescriptionDoubleMeanAggregatorFactory.factorizeVector(VectorColumnSelectorFactory selectorFactory)