Uses of Class
org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
Packages that use BaseTwoInputStreamOperatorWithStateRetention
-
Uses of BaseTwoInputStreamOperatorWithStateRetention in org.apache.flink.table.runtime.operators.join.temporal
Subclasses of BaseTwoInputStreamOperatorWithStateRetention in org.apache.flink.table.runtime.operators.join.temporalModifier and TypeClassDescriptionclassThe operator to temporal join a stream on processing time.classThe 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.