Package | Description |
---|---|
org.apache.flink.table.planner.plan.utils | |
org.apache.flink.table.runtime.operators.join |
Modifier and Type | Method and Description |
---|---|
static SortMergeJoinFunction |
SorMergeJoinOperatorUtil.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) |
Modifier and Type | Method and Description |
---|---|
static HashJoinOperator |
HashJoinOperator.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,
RowType keyType,
SortMergeJoinFunction sortMergeJoinFunction) |
Constructor and Description |
---|
SortMergeJoinOperator(SortMergeJoinFunction sortMergeJoinFunction) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.