Uses of Class
org.apache.flink.runtime.operators.hash.HashJoinIteratorBase
Packages that use HashJoinIteratorBase
-
Uses of HashJoinIteratorBase in org.apache.flink.runtime.operators.hash
Subclasses of HashJoinIteratorBase in org.apache.flink.runtime.operators.hashModifier and TypeClassDescriptionclassNonReusingBuildFirstHashJoinIterator<V1,V2, O> An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.classclassAn implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.classclassReusingBuildFirstHashJoinIterator<V1,V2, O> An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.classclassReusingBuildSecondHashJoinIterator<V1,V2, O> An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.class