|
iceberg-cpp
|
#include <cstdint>#include <iterator>#include <memory>#include <optional>#include <span>#include <string>#include <string_view>#include <unordered_map>#include <vector>#include "iceberg/iceberg_export.h"#include "iceberg/manifest/manifest_entry.h"#include "iceberg/util/string_util.h"Go to the source code of this file.
Classes | |
| class | iceberg::DataFileSet |
| A set of DataFile pointers with insertion order preserved and deduplicated by file path. More... | |
| class | iceberg::DeleteFileSet |
| A set of delete-file pointers deduplicated by delete-file identity. More... | |
Sets of DataFile pointers with insertion order preserved and Iceberg-compatible file identity deduplication.