Uses of Interface
org.apache.druid.query.groupby.epinephelinae.Grouper.Entry
Packages that use Grouper.Entry
-
Uses of Grouper.Entry in org.apache.druid.query.groupby.epinephelinae
Classes in org.apache.druid.query.groupby.epinephelinae that implement Grouper.EntryModifier and TypeClassDescriptionclassReusableEntry<KeyType>AGrouper.Entryimplementation that is reusable.Methods in org.apache.druid.query.groupby.epinephelinae that return Grouper.EntryModifier and TypeMethodDescriptionprotected Grouper.Entry<KeyType>AbstractBufferHashGrouper.populateBucketEntryForOffset(ReusableEntry<KeyType> reusableEntry, int bucketOffset) Populate aReusableEntrywith values from a particular bucket.Methods in org.apache.druid.query.groupby.epinephelinae that return types with arguments of type Grouper.EntryModifier and TypeMethodDescriptionParallelCombiner.combine(List<? extends CloseableIterator<Grouper.Entry<KeyType>>> sortedIterators, List<String> mergedDictionary) Build a combining tree for the input iterators which combine input entries asynchronously.BufferArrayGrouper.iterator()BufferArrayGrouper.iterator(boolean sorted) BufferHashGrouper.iterator(boolean sorted) ConcurrentGrouper.iterator(boolean sorted) Grouper.iterator(boolean sorted) Iterate through entries.HashVectorGrouper.iterator()LimitedBufferHashGrouper.iterator(boolean sorted) SpillingGrouper.iterator(boolean sorted) StreamingMergeSortedGrouper.iterator()Return a sorted iterator.StreamingMergeSortedGrouper.iterator(boolean sorted) Return a sorted iterator.VectorGrouper.iterator()Iterate through entry buckets.Grouper.KeySerdeFactory.objectComparator(boolean forceDefaultOrder) Return an object that knows how to compare two serialized key instances.Method parameters in org.apache.druid.query.groupby.epinephelinae with type arguments of type Grouper.EntryModifier and TypeMethodDescriptionParallelCombiner.combine(List<? extends CloseableIterator<Grouper.Entry<KeyType>>> sortedIterators, List<String> mergedDictionary) Build a combining tree for the input iterators which combine input entries asynchronously.Constructor parameters in org.apache.druid.query.groupby.epinephelinae with type arguments of type Grouper.EntryModifierConstructorDescriptionCloseableGrouperIterator(CloseableIterator<Grouper.Entry<KeyType>> iterator, Function<Grouper.Entry<KeyType>, T> transformer, Closeable closeable) CloseableGrouperIterator(CloseableIterator<Grouper.Entry<KeyType>> iterator, Function<Grouper.Entry<KeyType>, T> transformer, Closeable closeable)