|
iceberg-cpp
|
Represents a partition statistics file. More...
#include <statistics_file.h>
Public Attributes | |
| int64_t | snapshot_id |
| std::string | path |
| Fully qualified path to the file. | |
| int64_t | file_size_in_bytes |
| The size of the partition statistics file in bytes. | |
Friends | |
| bool | operator== (const PartitionStatisticsFile &lhs, const PartitionStatisticsFile &rhs)=default |
| Compare two PartitionStatisticsFiles for equality. | |
Represents a partition statistics file.
| int64_t iceberg::PartitionStatisticsFile::snapshot_id |
Snapshot ID of the Iceberg table's snapshot the partition statistics file is associated with