public class DropUpdateBeforeFunction extends Object implements FilterFunction<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() |
Modifier and Type | Method and Description |
---|---|
boolean |
filter(RowData value)
The filter function that evaluates the predicate.
|
public boolean filter(RowData value)
FilterFunction
IMPORTANT: The system assumes that the function does not modify the elements on which the predicate is applied. Violating this assumption can lead to incorrect results.
filter
in interface FilterFunction<RowData>
value
- The value to be filtered.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.