public interface RewritePositionDeleteFiles extends SnapshotUpdate<RewritePositionDeleteFiles,RewritePositionDeleteFiles.Result>
Generally used for optimizing the size and layout of position delete files within a table.
Modifier and Type | Interface and Description |
---|---|
static interface |
RewritePositionDeleteFiles.Result
The action result that contains a summary of the execution.
|
Modifier and Type | Method and Description |
---|---|
RewritePositionDeleteFiles |
filter(Expression expression)
A filter for finding deletes to rewrite.
|
snapshotProperty
RewritePositionDeleteFiles 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 rewritten.
expression
- An iceberg expression used to find deletes.