public interface StatisticsFile
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 |
---|---|
java.util.List<BlobMetadata> |
blobMetadata()
List of statistics contained in the file.
|
long |
fileFooterSizeInBytes()
Size of the Puffin footer.
|
long |
fileSizeInBytes()
Size of the file
|
java.lang.String |
path()
Returns fully qualified path to the file, suitable for constructing a Hadoop Path.
|
long |
snapshotId()
ID of the Iceberg table's snapshot the statistics were computed from.
|
long snapshotId()
java.lang.String path()
long fileSizeInBytes()
long fileFooterSizeInBytes()
java.util.List<BlobMetadata> blobMetadata()