Package org.apache.iceberg.actions
Class RewriteFileGroup
java.lang.Object
org.apache.iceberg.actions.RewriteFileGroup
Container class representing a set of files to be rewritten by a RewriteAction and the new files
 which have been written by the action.
- 
Constructor SummaryConstructorsConstructorDescriptionRewriteFileGroup(RewriteDataFiles.FileGroupInfo info, List<FileScanTask> fileScanTasks) 
- 
Method SummaryModifier and TypeMethodDescriptionasResult()static Comparator<RewriteFileGroup> comparator(RewriteJobOrder rewriteJobOrder) info()intnumFiles()voidsetOutputFiles(Set<DataFile> files) longtoString()