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(BaseRow 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(RuntimeContext ctx,
String stateName,
JoinInputSideSpec inputSideSpec,
BaseRowTypeInfo recordType,
long retentionTime,
boolean stateCleaningEnabled)
Creates a
JoinRecordStateView depends on JoinInputSideSpec . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.