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

Metadata about a statistics or indices blob. More...

#include <statistics_file.h>

Public Attributes

std::string type
 Type of the blob.
 
int64_t source_snapshot_id
 ID of the Iceberg table's snapshot the blob was computed from.
 
int64_t source_snapshot_sequence_number
 Sequence number of the Iceberg table's snapshot the blob was computed from.
 
std::vector< int32_t > fields
 Ordered list of fields the blob was calculated from.
 
std::unordered_map< std::string, std::string > properties
 Additional properties of the blob, specific to the blob type.
 

Friends

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

Detailed Description

Metadata about a statistics or indices blob.


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