Package org.apache.iceberg.actions
Interface ConvertEqualityDeleteFiles.Result
- Enclosing interface:
- ConvertEqualityDeleteFiles
public static interface ConvertEqualityDeleteFiles.Result
The action result that contains a summary of the execution.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the count of the added position delete files.int
Returns the count of the deletes that been converted.
-
Method Details
-
convertedEqualityDeleteFilesCount
int convertedEqualityDeleteFilesCount()Returns the count of the deletes that been converted. -
addedPositionDeleteFilesCount
int addedPositionDeleteFilesCount()Returns the count of the added position delete files.
-