Uses of Class
org.apache.flink.table.runtime.operators.join.stream.utils.AssociatedRecords
Packages that use AssociatedRecords
-
Uses of AssociatedRecords in org.apache.flink.table.runtime.operators.join.stream.utils
Methods in org.apache.flink.table.runtime.operators.join.stream.utils that return AssociatedRecordsModifier and TypeMethodDescriptionstatic AssociatedRecordsAssociatedRecords.fromSyncStateView(org.apache.flink.table.data.RowData input, boolean inputIsLeft, JoinRecordStateView otherSideStateView, JoinCondition condition) Creates anAssociatedRecordswhich represents the records associated to the input row.Methods in org.apache.flink.table.runtime.operators.join.stream.utils that return types with arguments of type AssociatedRecordsModifier and TypeMethodDescriptionstatic org.apache.flink.api.common.state.v2.StateFuture<AssociatedRecords>AssociatedRecords.fromAsyncStateView(org.apache.flink.table.data.RowData input, boolean inputIsLeft, JoinRecordAsyncStateView otherSideAsyncStateView, JoinCondition joinCondition) Creates anAssociatedRecordswhich represents the records associated to the input row.Methods in org.apache.flink.table.runtime.operators.join.stream.utils with parameters of type AssociatedRecordsModifier and TypeMethodDescriptionvoidJoinHelper.processJoin(org.apache.flink.table.data.RowData input, STATE_VIEW inputSideAsyncStateView, STATE_VIEW otherSideAsyncStateView, boolean inputIsLeft, AssociatedRecords otherSideAssociatedRecords, boolean isSuppress) Process an input element and output incremental joined records, retraction messages will be sent in some scenarios.