|
iceberg-cpp
|
FileIO that resolves the concrete implementation per file-path scheme. More...
#include <memory>#include <shared_mutex>#include <string>#include <string_view>#include <unordered_map>#include <vector>#include "iceberg/file_io.h"#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/storage_credential.h"#include "iceberg/util/string_util.h"Go to the source code of this file.
Classes | |
| class | iceberg::ResolvingFileIO |
| FileIO that resolves and caches implementations by registry name. More... | |
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
FileIO that resolves the concrete implementation per file-path scheme.