Interface RewritePositionDeleteFiles

    • Method Detail

      • filter

        RewritePositionDeleteFiles filter​(Expression expression)
        A filter for finding deletes to rewrite.

        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 rewritten.

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