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