Uses of Class
org.apache.druid.java.util.common.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.apache.druid.collections
Subclasses of Pair in org.apache.druid.collections -
Uses of Pair in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return types with arguments of type PairModifier and TypeMethodDescriptionReturnOrAwait<Pair<List<Frame>,it.unimi.dsi.fastutil.ints.IntSet>> FrameChannelBatcher.runIncrementally(it.unimi.dsi.fastutil.ints.IntSet readableInputs) -
Uses of Pair in org.apache.druid.guice
Methods in org.apache.druid.guice that return types with arguments of type Pair -
Uses of Pair in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return Pair -
Uses of Pair in org.apache.druid.java.util.emitter.core
Methods in org.apache.druid.java.util.emitter.core that return PairModifier and TypeMethodDescriptionBaseHttpEmittingConfig.getDefaultBatchSizeAndLimit(long maxMemory) -
Uses of Pair in org.apache.druid.query
Methods in org.apache.druid.query that return PairModifier and TypeMethodDescriptionIterableRowsCursorHelper.getCursorFromIterable(Iterable<Object[]> rows, RowSignature rowSignature) Creates a cursor that iterates over all the rows generated by the iterable.IterableRowsCursorHelper.getCursorFromSequence(Sequence<Object[]> rows, RowSignature rowSignature) Creates a cursor that iterates over all the rows generated by the sequence.IterableRowsCursorHelper.getCursorFromYielder(Yielder<Object[]> yielderParam, RowSignature rowSignature) Methods in org.apache.druid.query that return types with arguments of type PairModifier and TypeMethodDescriptionIterator<Pair<org.joda.time.Interval,QueryRunner<T>>> SinkQueryRunners.runnerIntervalMappingIterator()Constructor parameters in org.apache.druid.query with type arguments of type PairModifierConstructorDescriptionSinkQueryRunners(Iterable<Pair<org.joda.time.Interval, QueryRunner<T>>> runners) -
Uses of Pair in org.apache.druid.query.aggregation
Subclasses of Pair in org.apache.druid.query.aggregationModifier and TypeClassDescriptionclassclassclassclassMethods in org.apache.druid.query.aggregation that return PairModifier and TypeMethodDescriptionstatic Pair<List<AggregatorFactory>,List<PostAggregator>> AggregatorUtil.condensedAggregators(List<AggregatorFactory> aggList, List<PostAggregator> postAggList, String metric) -
Uses of Pair in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae that return PairModifier 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. -
Uses of Pair in org.apache.druid.query.topn
Methods in org.apache.druid.query.topn that return PairModifier and TypeMethodDescriptionBaseTopNAlgorithm.BaseArrayProvider.computeStartEnd(int cardinality) -
Uses of Pair in org.apache.druid.segment
Fields in org.apache.druid.segment with type parameters of type PairModifier and TypeFieldDescriptionstatic final Comparator<Pair<Integer,com.google.common.collect.PeekingIterator<String>>> StringDimensionMergerV9.DICTIONARY_MERGING_COMPARATORprotected final List<Pair<ByteBuffer,Integer>> DictionaryMergingIterator.directBufferAllocationsprotected final PriorityQueue<Pair<Integer,com.google.common.collect.PeekingIterator<T>>> DictionaryMergingIterator.pQueueMethods in org.apache.druid.segment that return PairModifier and TypeMethodDescriptionVirtualColumns.splitColumnName(String columnName) Split a dot-style columnName into the "main" columnName and the subColumn name after the dot.Methods in org.apache.druid.segment that return types with arguments of type PairModifier and TypeMethodDescriptionprotected abstract Comparator<Pair<Integer,com.google.common.collect.PeekingIterator<T>>> DictionaryEncodedColumnMerger.getDictionaryMergingComparator()protected Comparator<Pair<Integer,com.google.common.collect.PeekingIterator<String>>> StringDimensionMergerV9.getDictionaryMergingComparator()static <T extends Comparable<T>>
Comparator<Pair<Integer,com.google.common.collect.PeekingIterator<T>>> DictionaryMergingIterator.makePeekingComparator()Methods in org.apache.druid.segment with parameters of type PairModifier and TypeMethodDescriptionprotected TDictionaryMergingIterator.writeTranslate(Pair<Integer, com.google.common.collect.PeekingIterator<T>> smallest, int counter) Constructor parameters in org.apache.druid.segment with type arguments of type PairModifierConstructorDescriptionDictionaryMergingIterator(Indexed<T>[] dimValueLookups, Comparator<Pair<Integer, com.google.common.collect.PeekingIterator<T>>> comparator, boolean useDirect) -
Uses of Pair in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return PairModifier and TypeMethodDescriptionstatic Pair<List<Filter>,List<JoinableClause>> JoinableFactoryWrapper.convertJoinsToFilters(List<JoinableClause> clauses, Set<String> requiredColumns, int maxNumFilterValues) Converts any join clauses to filters that can be converted, and returns the rest as-is. -
Uses of Pair in org.apache.druid.segment.join.filter
Methods in org.apache.druid.segment.join.filter that return types with arguments of type Pair