Package org.apache.iceberg.actions
Interface RewritePositionDeleteFiles.Result
-
- Enclosing interface:
- RewritePositionDeleteFiles
public static interface RewritePositionDeleteFiles.Result
The action result that contains a summary of the execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
addedDeleteFilesCount()
Returns the count of the added delete files.int
rewrittenDeleteFilesCount()
Returns the count of the position deletes that been rewritten.
-