Uses of Class
org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
-
Packages that use AbstractStreamingJoinOperator.AssociatedRecords Package Description org.apache.flink.table.runtime.operators.join.stream -
-
Uses of AbstractStreamingJoinOperator.AssociatedRecords in org.apache.flink.table.runtime.operators.join.stream
Methods in org.apache.flink.table.runtime.operators.join.stream that return AbstractStreamingJoinOperator.AssociatedRecords 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.
-