Package org.apache.flink.table.runtime.operators.join.temporal
-
Class Summary Class Description BaseTwoInputStreamOperatorWithStateRetention An abstractTwoInputStreamOperatorthat allows its subclasses to clean up their state based on a TTL.TemporalProcessTimeJoinOperator The operator to temporal join a stream on processing time.TemporalRowTimeJoinOperator The operator for temporal join (FOR SYSTEM_TIME AS OF o.rowtime) on row time, it has no limitation about message types of the left input and right input, this means the operator deals changelog well.