public class DropUpdateBeforeFunction extends Object implements org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.table.data.RowData>
RowKind.UPDATE_BEFORE changelog kind. This is usually
used as an optimization for the downstream operators that doesn't need the RowKind.UPDATE_BEFORE messages, but the upstream operator can't drop it by itself.| Constructor and Description |
|---|
DropUpdateBeforeFunction() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.