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