Package org.apache.flink.table.runtime.operators.join.stream.state
-
Interface Summary Interface Description JoinRecordStateView AJoinRecordStateViewis a view to the join state.MultiJoinStateView Interface for state view handling records under a specific map key within the main join key's context.OuterJoinRecordStateView AOuterJoinRecordStateViewis an extension toJoinRecordStateView. -
Class Summary Class Description JoinRecordStateViews Utility to create aJoinRecordStateViewdepends onJoinInputSideSpec.MultiJoinStateViews Factory class to create different implementations ofMultiJoinStateViewbased on the characteristics described inJoinInputSideSpec.OuterJoinRecordStateViews Utility to create aOuterJoinRecordStateViewsdepends onJoinInputSideSpec.