Uses of Class
org.apache.druid.query.groupby.orderby.DefaultLimitSpec
-
Packages that use DefaultLimitSpec Package Description org.apache.druid.query.groupby.epinephelinae org.apache.druid.query.groupby.orderby -
-
Uses of DefaultLimitSpec in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae with parameters of type DefaultLimitSpec Modifier and Type Method Description static 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 DefaultLimitSpec Constructor Description ConcurrentGrouper(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)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) -
Uses of DefaultLimitSpec in org.apache.druid.query.groupby.orderby
Methods in org.apache.druid.query.groupby.orderby that return DefaultLimitSpec Modifier and Type Method Description DefaultLimitSpecDefaultLimitSpec.Builder. build()DefaultLimitSpecDefaultLimitSpec. 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 DefaultLimitSpec Modifier and Type Method Description static 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`.
-