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 Iterable<AbstractStreamingJoinOperator.OuterRecord>AbstractStreamingJoinOperator.AssociatedRecords. getOuterRecords()Gets the iterable ofAbstractStreamingJoinOperator.OuterRecordwhich composites record and numOfAssociations.
-