| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.hash | |
| org.apache.flink.runtime.operators.sort |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildFirstHashMatchIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
BuildFirstReOpenableHashMatchIterator<V1,V2,O> |
class |
BuildSecondHashMatchIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
BuildSecondReOpenableHashMatchIterator<V1,V2,O> |
| Modifier and Type | Class and Description |
|---|---|
class |
MergeMatchIterator<T1,T2,O>
An implementation of the
JoinTaskIterator that realizes the
matching through a sort-merge join strategy. |
Copyright © 2015 The Apache Software Foundation. All rights reserved.