Uses of Class
org.apache.flink.table.runtime.operators.join.SortMergeJoinFunction
-
Packages that use SortMergeJoinFunction Package Description org.apache.flink.table.runtime.operators.join -
-
Uses of SortMergeJoinFunction in org.apache.flink.table.runtime.operators.join
Methods in org.apache.flink.table.runtime.operators.join with parameters of type SortMergeJoinFunction Modifier and Type Method Description static HashJoinOperatorHashJoinOperator. newHashJoinOperator(HashJoinType type, boolean leftIsBuild, boolean compressionEnable, int compressionBlockSize, GeneratedJoinCondition condFuncCode, boolean reverseJoinFunction, boolean[] filterNullKeys, GeneratedProjection buildProjectionCode, GeneratedProjection probeProjectionCode, boolean tryDistinctBuildRow, int buildRowSize, long buildRowCount, long probeRowCount, org.apache.flink.table.types.logical.RowType keyType, SortMergeJoinFunction sortMergeJoinFunction)Constructors in org.apache.flink.table.runtime.operators.join with parameters of type SortMergeJoinFunction Constructor Description SortMergeJoinOperator(SortMergeJoinFunction sortMergeJoinFunction)
-