|
iceberg-cpp
|
#include <cstdint>#include <memory>#include <optional>#include <string>#include <unordered_map>#include <vector>#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/type_fwd.h"Go to the source code of this file.
Classes | |
| class | iceberg::ManifestReader |
| Read manifest entries from a manifest file. More... | |
| class | iceberg::ManifestListReader |
| Read manifest files from a manifest list file. More... | |
Data reader interface for manifest files.