| 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<org.apache.flink.table.data.RowData,org.apache.flink.table.data.binary.BinaryRowData> buildSideProjection,
Projection<org.apache.flink.table.data.RowData,org.apache.flink.table.data.binary.BinaryRowData> probeSideProjection,
org.apache.flink.runtime.memory.MemoryManager memManager,
long reservedMemorySize,
org.apache.flink.runtime.io.disk.iomanager.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,
org.apache.flink.table.types.logical.RowType keyType,
SortMergeJoinFunction sortMergeJoinFunction) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.