Package | Description |
---|---|
org.apache.flink.runtime.operators | |
org.apache.flink.runtime.operators.hash | |
org.apache.flink.runtime.operators.sort |
Modifier and Type | Field and Description |
---|---|
protected JoinTaskIterator<IT1,IT2,OT> |
AbstractOuterJoinDriver.outerJoinIterator |
Modifier and Type | Class and Description |
---|---|
class |
NonReusingBuildFirstHashJoinIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
NonReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O> |
class |
NonReusingBuildSecondHashJoinIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
NonReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O> |
class |
ReusingBuildFirstHashJoinIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
ReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O> |
class |
ReusingBuildSecondHashJoinIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
ReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMergeInnerJoinIterator<T1,T2,O>
An implementation of the
JoinTaskIterator that realizes the
joining through a sort-merge join strategy. |
class |
AbstractMergeIterator<T1,T2,O> |
class |
AbstractMergeOuterJoinIterator<T1,T2,O>
An implementation of the
JoinTaskIterator that realizes the
outer join through a sort-merge join strategy. |
class |
NonReusingMergeInnerJoinIterator<T1,T2,O> |
class |
NonReusingMergeOuterJoinIterator<T1,T2,O> |
class |
ReusingMergeInnerJoinIterator<T1,T2,O> |
class |
ReusingMergeOuterJoinIterator<T1,T2,O> |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.