|
iceberg-cpp
|
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 |
Metadata about a blob stored in a Puffin file footer.