Uses of Class
org.apache.druid.query.aggregation.AggregatorAdapters
Packages that use AggregatorAdapters
-
Uses of AggregatorAdapters in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation that return AggregatorAdaptersModifier and TypeMethodDescriptionstatic AggregatorAdaptersAggregatorAdapters.factorizeBuffered(ColumnSelectorFactory columnSelectorFactory, List<AggregatorFactory> aggregatorFactories) Create an adapters object based onBufferAggregator.static AggregatorAdaptersAggregatorAdapters.factorizeVector(VectorColumnSelectorFactory columnSelectorFactory, List<AggregatorFactory> aggregatorFactories) Create an adapters object based onVectorAggregator. -
Uses of AggregatorAdapters in org.apache.druid.query.groupby.epinephelinae
Fields in org.apache.druid.query.groupby.epinephelinae declared as AggregatorAdaptersModifier and TypeFieldDescriptionprotected final AggregatorAdaptersAbstractBufferHashGrouper.aggregatorsConstructors in org.apache.druid.query.groupby.epinephelinae with parameters of type AggregatorAdaptersModifierConstructorDescriptionAbstractBufferHashGrouper(com.google.common.base.Supplier<ByteBuffer> bufferSupplier, Grouper.KeySerde<KeyType> keySerde, AggregatorAdapters aggregators, int baseAggregatorOffset, int bufferGrouperMaxSize) BufferArrayGrouper(com.google.common.base.Supplier<ByteBuffer> bufferSupplier, AggregatorAdapters aggregators, int cardinality) BufferHashGrouper(com.google.common.base.Supplier<ByteBuffer> bufferSupplier, Grouper.KeySerde<KeyType> keySerde, AggregatorAdapters aggregators, int bufferGrouperMaxSize, float maxLoadFactor, int initialBuckets, boolean useDefaultSorting) HashVectorGrouper(com.google.common.base.Supplier<ByteBuffer> bufferSupplier, int keySize, AggregatorAdapters aggregators, int bufferGrouperMaxSize, float maxLoadFactor, int configuredInitialNumBuckets) LimitedBufferHashGrouper(com.google.common.base.Supplier<ByteBuffer> bufferSupplier, Grouper.KeySerde<KeyType> keySerde, AggregatorAdapters aggregators, int bufferGrouperMaxSize, float maxLoadFactor, int initialBuckets, int limit, boolean sortHasNonGroupingFields)