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

Metadata about a blob stored in a Puffin file footer. More...

#include <file_metadata.h>

Public Attributes

std::string type
 See StandardBlobTypes for known types.
 
std::vector< int32_t > input_fields
 Ordered list of field IDs the blob was computed from.
 
int64_t snapshot_id
 ID of the Iceberg table's snapshot the blob was computed from.
 
int64_t sequence_number
 Sequence number of the Iceberg table's snapshot the blob was computed from.
 
int64_t offset
 
int64_t length
 
std::string compression_codec
 Codec name (e.g. "lz4", "zstd"), or empty if not compressed.
 
std::unordered_map< std::string, std::string > properties
 

Friends

bool operator== (const BlobMetadata &lhs, const BlobMetadata &rhs)=default
 

Detailed Description

Metadata about a blob stored in a Puffin file footer.


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