| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.join.stream | |
| org.apache.flink.table.runtime.operators.join.stream.bundle |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
MiniBatchStreamingJoinOperator.processBundles(BufferBundle<?> leftBuffer,
BufferBundle<?> rightBuffer) |
protected abstract void |
MiniBatchStreamingJoinOperator.processBundles(BufferBundle<?> leftBuffer,
BufferBundle<?> rightBuffer) |
protected void |
MiniBatchStreamingJoinOperator.processSingleSideBundles(BufferBundle<?> inputBuffer,
JoinRecordStateView inputSideStateView,
JoinRecordStateView otherSideStateView,
boolean inputIsLeft)
RetractMsg+accumulatingMsg would be optimized which would keep sending retractMsg but do not
deal with state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputSideHasNoUniqueKeyBundle
For the case that input has no uniqueKey.
|
class |
InputSideHasUniqueKeyBundle
For the case that input has uniqueKey which is not contained by joinKey.
|
class |
JoinKeyContainsUniqueKeyBundle
For the case that input has joinKey contains uniqueKey.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.