Uses of Class
org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.OuterRecord
-
Packages that use AbstractStreamingJoinOperator.OuterRecord Package Description org.apache.flink.table.runtime.operators.join.stream -
-
Uses of AbstractStreamingJoinOperator.OuterRecord in org.apache.flink.table.runtime.operators.join.stream
Methods in org.apache.flink.table.runtime.operators.join.stream that return types with arguments of type AbstractStreamingJoinOperator.OuterRecord Modifier and Type Method Description protected static Iterator<AbstractStreamingJoinOperator.OuterRecord>AbstractStreamingJoinOperator. iterator(org.apache.flink.table.data.RowData input, boolean inputIsLeft, JoinRecordStateView otherSideStateView, JoinCondition condition)Creates anIteratorover the records associated to the input row.
-