Class DropUpdateBeforeFunction

    • Constructor Detail

      • DropUpdateBeforeFunction

        public DropUpdateBeforeFunction()
    • Method Detail

      • filter

        public boolean filter​(RowData value)
        Description copied from interface: FilterFunction
        The filter function that evaluates the predicate.

        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.

        Specified by:
        filter in interface FilterFunction<RowData>
        Parameters:
        value - The value to be filtered.
        Returns:
        True for values that should be retained, false for values to be filtered out.