Class DropUpdateBeforeFunction
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.misc.DropUpdateBeforeFunction
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.table.data.RowData>,org.apache.flink.api.common.functions.Function
public class DropUpdateBeforeFunction extends Object implements org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.table.data.RowData>
A function drops only rows withRowKind.UPDATE_BEFOREchangelog kind. This is usually used as an optimization for the downstream operators that doesn't need theRowKind.UPDATE_BEFOREmessages, but the upstream operator can't drop it by itself.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DropUpdateBeforeFunction()
-