Package org.apache.flink.table.runtime.operators.join.stream
-
Class Summary Class Description AbstractStreamingJoinOperator Abstract implementation for streaming unbounded Join operator which defines some member fields can be shared between different implementations.AbstractStreamingJoinOperator.AssociatedRecords TheAbstractStreamingJoinOperator.AssociatedRecordsis the records associated to the input row.AbstractStreamingJoinOperator.OuterRecord AnAbstractStreamingJoinOperator.OuterRecordis a composite of record andnumOfAssociations.MiniBatchStreamingJoinOperator Streaming unbounded Join base operator which support mini-batch join.StreamingJoinOperator Streaming unbounded Join operator which supports INNER/LEFT/RIGHT/FULL JOIN.StreamingSemiAntiJoinOperator Streaming unbounded Join operator which supports SEMI/ANTI JOIN.