|
iceberg-cpp
|
#include <array>#include <cstdint>#include <span>#include "iceberg/iceberg_data_export.h"#include "iceberg/puffin/file_metadata.h"#include "iceberg/result.h"Go to the source code of this file.
Classes | |
| struct | iceberg::puffin::PuffinFormat |
| Puffin file format constants. More... | |
Enumerations | |
| enum class | iceberg::puffin::PuffinFlag : uint8_t { kFooterPayloadCompressed = 0 } |
| Footer flags for Puffin files. More... | |
Functions | |
| bool | iceberg::puffin::IsFlagSet (std::span< const uint8_t, 4 > flags, PuffinFlag flag) |
| Check if a flag is set in the flags bytes. | |
| void | iceberg::puffin::SetFlag (std::span< uint8_t, 4 > flags, PuffinFlag flag) |
| Set a flag in the flags bytes. | |
Puffin file format constants and utilities.
|
strong |