iceberg-cpp
Loading...
Searching...
No Matches
iceberg::rest::RestCatalog::ContextCatalog Member List

This is the complete list of members for iceberg::rest::RestCatalog::ContextCatalog, including all inherited members.

ContextCatalog(std::shared_ptr< RestCatalog > root, SessionContext context) (defined in iceberg::rest::RestCatalog::ContextCatalog)iceberg::rest::RestCatalog::ContextCataloginline
CreateNamespace(const Namespace &ns, const std::unordered_map< std::string, std::string > &properties) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
CreateTable(const TableIdentifier &identifier, const std::shared_ptr< Schema > &schema, const std::shared_ptr< PartitionSpec > &spec, const std::shared_ptr< SortOrder > &order, const std::string &location, const std::unordered_map< std::string, std::string > &properties) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
DropNamespace(const Namespace &ns) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
DropTable(const TableIdentifier &identifier, bool purge) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
GetNamespaceProperties(const Namespace &ns) const overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
ListNamespaces(const Namespace &ns) const overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
ListTables(const Namespace &ns) const overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
LoadTable(const TableIdentifier &identifier) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
name() const overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
NamespaceExists(const Namespace &ns) const overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
RegisterTable(const TableIdentifier &identifier, const std::string &metadata_file_location) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
RenameTable(const TableIdentifier &from, const TableIdentifier &to) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
StageCreateTable(const TableIdentifier &identifier, const std::shared_ptr< Schema > &schema, const std::shared_ptr< PartitionSpec > &spec, const std::shared_ptr< SortOrder > &order, const std::string &location, const std::unordered_map< std::string, std::string > &properties) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
TableExists(const TableIdentifier &identifier) const overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
UpdateNamespaceProperties(const Namespace &ns, const std::unordered_map< std::string, std::string > &updates, const std::unordered_set< std::string > &removals) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
UpdateTable(const TableIdentifier &identifier, const std::vector< std::unique_ptr< TableRequirement > > &requirements, const std::vector< std::unique_ptr< TableUpdate > > &updates) overrideiceberg::rest::RestCatalog::ContextCataloginlinevirtual
~Catalog()=default (defined in iceberg::Catalog)iceberg::Catalogvirtual