|
iceberg-cpp
|
Represents a statistics file in the Puffin format. More...
#include <statistics_file.h>
Public Attributes | |
| int64_t | snapshot_id |
| ID of the Iceberg table's snapshot the statistics file is associated with. | |
| std::string | path |
| Fully qualified path to the file. | |
| int64_t | file_size_in_bytes |
| The size of the file in bytes. | |
| int64_t | file_footer_size_in_bytes |
| The size of the file footer in bytes. | |
| std::vector< BlobMetadata > | blob_metadata |
| List of statistics contained in the file. | |
Friends | |
| bool | operator== (const StatisticsFile &lhs, const StatisticsFile &rhs)=default |
| Compare two StatisticsFiles for equality. | |
Represents a statistics file in the Puffin format.