Package org.apache.druid.segment
Class AutoTypeColumnMerger.ArrayDictionaryMergingIterator
java.lang.Object
org.apache.druid.segment.AutoTypeColumnMerger.ArrayDictionaryMergingIterator
- All Implemented Interfaces:
Iterator<int[]>
- Enclosing class:
AutoTypeColumnMerger
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected final PriorityQueue<com.google.common.collect.PeekingIterator<int[]>> -
Constructor Summary
ConstructorsConstructorDescriptionArrayDictionaryMergingIterator(Iterable<Object[]>[] dimValueLookups, DictionaryIdLookup idLookup) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
pQueue
-
counter
protected int counter
-
-
Constructor Details
-
ArrayDictionaryMergingIterator
public ArrayDictionaryMergingIterator(Iterable<Object[]>[] dimValueLookups, DictionaryIdLookup idLookup)
-
-
Method Details