26#include <unordered_map>
45 const std::unordered_map<std::string, std::string>& catalog_config,
46 const std::unordered_map<std::string, std::string>& table_config,
47 const std::vector<StorageCredential>& storage_credentials);
RestCatalogProperties implementation for Iceberg REST API.
Configuration class for a REST Catalog.
Definition catalog_properties.h:39
Define the FileIO abstraction and file stream interfaces.
Define the FileIO registry.
Define symbol visibility macros for the REST catalog library.
REST catalog APIs.
Definition auth_manager.h:34
ICEBERG_REST_EXPORT Result< std::unique_ptr< FileIO > > MakeCatalogFileIO(const RestCatalogProperties &config)
Build the catalog FileIO: the configured io-impl, or the scheme-resolving FileIO by default.
ICEBERG_REST_EXPORT Result< std::unique_ptr< FileIO > > MakeTableFileIO(const std::unordered_map< std::string, std::string > &catalog_config, const std::unordered_map< std::string, std::string > &table_config, const std::vector< StorageCredential > &storage_credentials)
Build the configured table FileIO and apply storage credentials if present.
std::expected< T, E > Result
Result alias.
Definition result.h:88
Define Result, Status, and error helpers.