public class SorMergeJoinOperatorUtil extends Object
SortMergeJoinOperator
.Modifier and Type | Method and Description |
---|---|
static SortMergeJoinFunction |
getSortMergeJoinFunction(ClassLoader classLoader,
ExecNodeConfig config,
FlinkJoinType joinType,
RowType leftType,
RowType rightType,
int[] leftKeys,
int[] rightKeys,
RowType keyType,
boolean leftIsSmaller,
boolean[] filterNulls,
GeneratedJoinCondition condFunc,
double externalBufferMemRatio) |
public static SortMergeJoinFunction getSortMergeJoinFunction(ClassLoader classLoader, ExecNodeConfig config, FlinkJoinType joinType, RowType leftType, RowType rightType, int[] leftKeys, int[] rightKeys, RowType keyType, boolean leftIsSmaller, boolean[] filterNulls, GeneratedJoinCondition condFunc, double externalBufferMemRatio)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.