public interface PartitionStatisticsFile
Statistics are informational. A reader can choose to ignore statistics information. Statistics support is not required to read the table correctly.
Modifier and Type | Method and Description |
---|---|
long |
fileSizeInBytes()
Returns the size of the partition statistics file in bytes.
|
java.lang.String |
path()
Returns fully qualified path to the file.
|
long |
snapshotId()
ID of the Iceberg table's snapshot the partition statistics file is associated with.
|
long snapshotId()
java.lang.String path()
long fileSizeInBytes()