Package org.apache.iceberg.actions
Interface MigrateTable.Result
-
- All Known Implementing Classes:
BaseMigrateTableActionResult
- Enclosing interface:
- MigrateTable
public static interface MigrateTable.Result
The action result that contains a summary of the execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
migratedDataFilesCount()
Returns the number of migrated data files.
-