| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.join.stream | |
| org.apache.flink.table.runtime.operators.join.stream.state |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
OuterJoinRecordStateView
A
OuterJoinRecordStateView is an extension to JoinRecordStateView. |
| 限定符和类型 | 方法和说明 |
|---|---|
static JoinRecordStateView |
JoinRecordStateViews.create(org.apache.flink.api.common.functions.RuntimeContext ctx,
String stateName,
JoinInputSideSpec inputSideSpec,
RowDataTypeInfo recordType,
long retentionTime)
Creates a
JoinRecordStateView depends on JoinInputSideSpec. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.