Uses of Class
org.apache.druid.query.groupby.epinephelinae.AggregateResult
Packages that use AggregateResult
-
Uses of AggregateResult in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae that return AggregateResultModifier and TypeMethodDescriptiondefault AggregateResultAggregate the current row with the provided key.Aggregate the current row with the provided key.default AggregateResultIntGrouper.aggregate(int key) default AggregateResultDeprecated.default AggregateResultDeprecated.Please useIntGrouper.aggregateKeyHash(int)instead.BufferArrayGrouper.aggregateKeyHash(int dimIndex) IntGrouper.aggregateKeyHash(int keyHash) BufferArrayGrouper.aggregateVector(org.apache.datasketches.memory.Memory keySpace, int startRow, int endRow) HashVectorGrouper.aggregateVector(org.apache.datasketches.memory.Memory keySpace, int startRow, int endRow) VectorGrouper.aggregateVector(org.apache.datasketches.memory.Memory keySpace, int startRow, int endRow) Aggregate the current vector of rows from "startRow" to "endRow" using the provided keys.static AggregateResultGroupers.dictionaryFull(int count) static AggregateResultGroupers.hashTableFull(int count) static AggregateResultAggregateResult.ok()static AggregateResultMethods in org.apache.druid.query.groupby.epinephelinae that return types with arguments of type AggregateResultModifier and TypeMethodDescriptionRowBasedGrouperHelper.createGrouperAccumulatorPair(GroupByQuery query, GroupByQuery subquery, GroupByQueryConfig config, DruidProcessingConfig processingConfig, com.google.common.base.Supplier<ByteBuffer> bufferSupplier, ReferenceCountingResourceHolder<ByteBuffer> combineBufferHolder, int concurrencyHint, LimitedTemporaryStorage temporaryStorage, com.fasterxml.jackson.databind.ObjectMapper spillMapper, com.google.common.util.concurrent.ListeningExecutorService grouperSorter, int priority, boolean hasQueryTimeout, long queryTimeoutAt, int mergeBufferSize, GroupByStatsProvider.PerQueryStats perQueryStats) Create aGrouperthat groups according to the dimensions and aggregators in "query", along with anAccumulatorthat accepts ResultRows and forwards them to the grouper.RowBasedGrouperHelper.createGrouperAccumulatorPair(GroupByQuery query, GroupByQuery subquery, GroupByQueryConfig config, DruidProcessingConfig processingConfig, com.google.common.base.Supplier<ByteBuffer> bufferSupplier, LimitedTemporaryStorage temporaryStorage, com.fasterxml.jackson.databind.ObjectMapper spillMapper, int mergeBufferSize, GroupByStatsProvider.PerQueryStats perQueryStats) Create a single-threaded grouper and accumulator.
IntGrouper.aggregate(int)instead.