public interface ConvertEqualityDeleteFiles extends SnapshotUpdate<ConvertEqualityDeleteFiles,ConvertEqualityDeleteFiles.Result>
Modifier and Type | Interface and Description |
---|---|
static interface |
ConvertEqualityDeleteFiles.Result
The action result that contains a summary of the execution.
|
Modifier and Type | Method and Description |
---|---|
ConvertEqualityDeleteFiles |
filter(Expression expression)
A filter for finding the equality deletes to convert.
|
snapshotProperty
ConvertEqualityDeleteFiles filter(Expression expression)
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.
expression
- An iceberg expression used to find deletes.