Package org.apache.iceberg.actions
Interface MigrateTable.Result
- Enclosing interface:
- MigrateTable
public static interface MigrateTable.Result
The action result that contains a summary of the execution.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the number of migrated data files.
-
Method Details
-
migratedDataFilesCount
long migratedDataFilesCount()Returns the number of migrated data files.
-