| Package | Description |
|---|---|
| org.apache.flink.table.runtime.hashtable | |
| org.apache.flink.table.runtime.operators.join | |
| org.apache.flink.table.runtime.operators.join.stream |
| 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 | Class and Description |
|---|---|
class |
JoinConditionWithNullFilters
Utility to take null filters into consideration when apply join condition.
|
| Constructor and Description |
|---|
JoinConditionWithNullFilters(JoinCondition backingJoinCondition,
boolean[] filterNullKeys,
org.apache.flink.streaming.api.operators.KeyContext keyContext) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractStreamingJoinOperator.AssociatedRecords |
AbstractStreamingJoinOperator.AssociatedRecords.of(org.apache.flink.table.data.RowData input,
boolean inputIsLeft,
JoinRecordStateView otherSideStateView,
JoinCondition condition)
Creates an
AbstractStreamingJoinOperator.AssociatedRecords which represents the records associated to the input
row. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.