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

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.
 

Detailed Description

Represents a partition statistics file.

Member Data Documentation

◆ snapshot_id

int64_t iceberg::PartitionStatisticsFile::snapshot_id

Snapshot ID of the Iceberg table's snapshot the partition statistics file is associated with


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