| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.join.stream | |
| org.apache.flink.table.runtime.operators.join.stream.state |
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OuterJoinRecordStateView
A
OuterJoinRecordStateView is an extension to JoinRecordStateView. |
| Modifier and Type | Method and Description |
|---|---|
static JoinRecordStateView |
JoinRecordStateViews.create(org.apache.flink.api.common.functions.RuntimeContext ctx,
String stateName,
JoinInputSideSpec inputSideSpec,
InternalTypeInfo<org.apache.flink.table.data.RowData> recordType,
long retentionTime)
Creates a
JoinRecordStateView depends on JoinInputSideSpec. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.