|
iceberg-cpp
|
#include <iterator>#include <memory>#include <span>#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... | |
A set of DataFile pointers with insertion order preserved and deduplicated by file path.