Class OuterJoinRecordStateViews
java.lang.Object
org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateViews
Utility to create a
OuterJoinRecordStateViews depends on JoinInputSideSpec.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OuterJoinRecordStateViewcreate(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.
-
Constructor Details
-
OuterJoinRecordStateViews
public OuterJoinRecordStateViews()
-
-
Method Details
-
create
public static OuterJoinRecordStateView 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.
-