Package org.apache.iceberg
Class RewriteTablePathUtil.RewriteResult<T>
java.lang.Object
org.apache.iceberg.RewriteTablePathUtil.RewriteResult<T>
- Type Parameters:
- T- type of file to rewrite
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RewriteTablePathSparkAction.RewriteContentFileResult
- Enclosing class:
- RewriteTablePathUtil
Rewrite result.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncopyPlan()Returns a copy plan of files whose metadata were rewritten, for each file a source and target locationReturns next list of files to rewrite (discovered by rewriting this file)
- 
Constructor Details- 
RewriteResultpublic RewriteResult()
 
- 
- 
Method Details- 
append
- 
toRewriteReturns next list of files to rewrite (discovered by rewriting this file)
- 
copyPlanReturns a copy plan of files whose metadata were rewritten, for each file a source and target location
 
-