Package | Description |
---|---|
org.apache.flink.runtime.operators.sort | |
org.apache.flink.runtime.util |
Modifier and Type | Field and Description |
---|---|
protected KeyGroupedIterator<T1> |
AbstractMergeIterator.iterator1 |
protected KeyGroupedIterator<T2> |
AbstractMergeIterator.iterator2 |
Modifier and Type | Method and Description |
---|---|
protected <T> KeyGroupedIterator<T> |
ReusingMergeOuterJoinIterator.createKeyGroupedIterator(MutableObjectIterator<T> input,
TypeSerializer<T> serializer,
TypeComparator<T> comparator) |
protected abstract <T> KeyGroupedIterator<T> |
AbstractMergeIterator.createKeyGroupedIterator(MutableObjectIterator<T> input,
TypeSerializer<T> serializer,
TypeComparator<T> comparator) |
protected <T> KeyGroupedIterator<T> |
ReusingMergeInnerJoinIterator.createKeyGroupedIterator(MutableObjectIterator<T> input,
TypeSerializer<T> serializer,
TypeComparator<T> comparator) |
protected <T> KeyGroupedIterator<T> |
NonReusingMergeInnerJoinIterator.createKeyGroupedIterator(MutableObjectIterator<T> input,
TypeSerializer<T> serializer,
TypeComparator<T> comparator) |
protected <T> KeyGroupedIterator<T> |
NonReusingMergeOuterJoinIterator.createKeyGroupedIterator(MutableObjectIterator<T> input,
TypeSerializer<T> serializer,
TypeComparator<T> comparator) |
Modifier and Type | Class and Description |
---|---|
class |
NonReusingKeyGroupedIterator<E>
The key grouped iterator returns a key and all values that share the same key.
|
class |
ReusingKeyGroupedIterator<E>
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.