Uses of Interface
org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
-
Packages that use JoinRecordStateView Package Description org.apache.flink.table.runtime.operators.join.stream org.apache.flink.table.runtime.operators.join.stream.state -
-
Uses of JoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream
Methods in org.apache.flink.table.runtime.operators.join.stream with parameters of type JoinRecordStateView Modifier and Type Method Description static AbstractStreamingJoinOperator.AssociatedRecordsAbstractStreamingJoinOperator.AssociatedRecords. of(org.apache.flink.table.data.RowData input, boolean inputIsLeft, JoinRecordStateView otherSideStateView, JoinCondition condition)Creates anAbstractStreamingJoinOperator.AssociatedRecordswhich represents the records associated to the input row. -
Uses of JoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream.state
Subinterfaces of JoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream.state Modifier and Type Interface Description interfaceOuterJoinRecordStateViewAOuterJoinRecordStateViewis an extension toJoinRecordStateView.Methods in org.apache.flink.table.runtime.operators.join.stream.state that return JoinRecordStateView Modifier and Type Method Description static JoinRecordStateViewJoinRecordStateViews. create(org.apache.flink.api.common.functions.RuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime)Creates aJoinRecordStateViewdepends onJoinInputSideSpec.
-