Package | Description |
---|---|
org.apache.flink.table.runtime.hashtable | |
org.apache.flink.table.runtime.operators.join |
Constructor and Description |
---|
BinaryHashTable(Object owner,
boolean compressionEnabled,
int compressionBlockSize,
AbstractRowDataSerializer buildSideSerializer,
AbstractRowDataSerializer probeSideSerializer,
Projection<RowData,BinaryRowData> buildSideProjection,
Projection<RowData,BinaryRowData> probeSideProjection,
MemoryManager memManager,
long reservedMemorySize,
IOManager ioManager,
int avgRecordLen,
long buildRowCount,
boolean useBloomFilters,
HashJoinType type,
JoinCondition condFunc,
boolean reverseJoin,
boolean[] filterNulls,
boolean tryDistinctBuildRow) |
Modifier and Type | Method and Description |
---|---|
static HashJoinType |
HashJoinType.of(boolean leftIsBuild,
boolean leftOuter,
boolean rightOuter) |
static HashJoinType |
HashJoinType.of(boolean leftIsBuild,
boolean leftOuter,
boolean rightOuter,
boolean isSemi,
boolean isAnti) |
static HashJoinType |
HashJoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashJoinType[] |
HashJoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.