Uses of Class
org.apache.druid.query.groupby.orderby.DefaultLimitSpec
Packages that use DefaultLimitSpec
Package
Description
-
Uses of DefaultLimitSpec in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae with parameters of type DefaultLimitSpecModifier and TypeMethodDescriptionstatic Grouper.BufferComparatorGrouperBufferComparatorUtils.bufferComparatorWithAggregators(AggregatorFactory[] aggregatorFactories, int[] aggregatorOffsets, DefaultLimitSpec limitSpec, List<DimensionSpec> dimensions, Grouper.BufferComparator[] dimComparators, boolean includeTimestamp, boolean sortByDimsFirst, int keySize) Constructors in org.apache.druid.query.groupby.epinephelinae with parameters of type DefaultLimitSpecModifierConstructorDescriptionConcurrentGrouper(GroupByQueryConfig groupByQueryConfig, com.google.common.base.Supplier<ByteBuffer> bufferSupplier, ReferenceCountingResourceHolder<ByteBuffer> combineBufferHolder, Grouper.KeySerdeFactory<KeyType> keySerdeFactory, Grouper.KeySerdeFactory<KeyType> combineKeySerdeFactory, ColumnSelectorFactory columnSelectorFactory, AggregatorFactory[] aggregatorFactories, LimitedTemporaryStorage temporaryStorage, com.fasterxml.jackson.databind.ObjectMapper spillMapper, int concurrencyHint, DefaultLimitSpec limitSpec, boolean sortHasNonGroupingFields, com.google.common.util.concurrent.ListeningExecutorService executor, int priority, boolean hasQueryTimeout, long queryTimeoutAt, GroupByStatsProvider.PerQueryStats perQueryStats) SpillingGrouper(com.google.common.base.Supplier<ByteBuffer> bufferSupplier, Grouper.KeySerdeFactory<KeyType> keySerdeFactory, ColumnSelectorFactory columnSelectorFactory, AggregatorFactory[] aggregatorFactories, int bufferGrouperMaxSize, float bufferGrouperMaxLoadFactor, int bufferGrouperInitialBuckets, LimitedTemporaryStorage temporaryStorage, com.fasterxml.jackson.databind.ObjectMapper spillMapper, boolean spillingAllowed, DefaultLimitSpec limitSpec, boolean sortHasNonGroupingFields, int mergeBufferSize, GroupByStatsProvider.PerQueryStats perQueryStats) -
Uses of DefaultLimitSpec in org.apache.druid.query.groupby.orderby
Methods in org.apache.druid.query.groupby.orderby that return DefaultLimitSpecModifier and TypeMethodDescriptionDefaultLimitSpec.Builder.build()DefaultLimitSpec.withOffsetToLimit()Returns a new DefaultLimitSpec identical to this one except for one difference: an offset parameter, if any, will be removed and added to the limit.Methods in org.apache.druid.query.groupby.orderby with parameters of type DefaultLimitSpecModifier and TypeMethodDescriptionstatic StringComparatorDefaultLimitSpec.getComparatorForDimName(DefaultLimitSpec limitSpec, String dimName) static booleanDefaultLimitSpec.sortingOrderHasNonGroupingFields(DefaultLimitSpec limitSpec, List<DimensionSpec> dimensions) Check if a limitSpec has columns in the sorting order that are not part of the grouping fields represented by `dimensions`.