Uses of Interface
org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateView
Packages that use OuterJoinRecordStateView
-
Uses of OuterJoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream.state
Methods in org.apache.flink.table.runtime.operators.join.stream.state that return OuterJoinRecordStateViewModifier and TypeMethodDescriptionstatic OuterJoinRecordStateViewOuterJoinRecordStateViews.create(org.apache.flink.api.common.functions.RuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime) Creates aOuterJoinRecordStateViewdepends onJoinInputSideSpec.