Package org.apache.iceberg.actions
Interface RewriteDataFiles.FileGroupInfo
- 
- Enclosing interface:
- RewriteDataFiles
 
 public static interface RewriteDataFiles.FileGroupInfoA description of a file group, when it was processed, and within which partition. For use tracking rewrite operations and for returning results.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intglobalIndex()returns which file group this is out of the total set of file groups for this rewriteStructLikepartition()returns which partition this file group contains files fromintpartitionIndex()returns which file group this is out of the set of file groups for this partition
 
- 
- 
- 
Method Detail- 
globalIndexint globalIndex() returns which file group this is out of the total set of file groups for this rewrite
 - 
partitionIndexint partitionIndex() returns which file group this is out of the set of file groups for this partition
 - 
partitionStructLike partition() returns which partition this file group contains files from
 
- 
 
-