Interface ConvertEqualityDeleteFiles

    • Method Detail

      • filter

        ConvertEqualityDeleteFiles filter​(Expression expression)
        A filter for finding the equality deletes to convert.

        The filter will be converted to a partition filter with an inclusive projection. Any file that may contain rows matching this filter will be used by the action. The matching delete files will be converted to position delete files.

        Parameters:
        expression - An iceberg expression used to find deletes.
        Returns:
        this for method chaining