iceberg-cpp
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
iceberg::StatisticsFile Struct Reference

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< BlobMetadatablob_metadata
 List of statistics contained in the file.
 

Friends

bool operator== (const StatisticsFile &lhs, const StatisticsFile &rhs)=default
 Compare two StatisticsFiles for equality.
 

Detailed Description

Represents a statistics file in the Puffin format.


The documentation for this struct was generated from the following file: