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

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

CreateNamespace(const Namespace &, const std::unordered_map< std::string, std::string > &) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
CreateTable(const TableIdentifier &identifier, const std::shared_ptr< Schema > &, const std::shared_ptr< PartitionSpec > &, const std::shared_ptr< SortOrder > &, const std::string &, const std::unordered_map< std::string, std::string > &) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
DropNamespace(const Namespace &) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
DropTable(const TableIdentifier &identifier, bool) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
GetNamespaceProperties(const Namespace &) const overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
ListNamespaces(const Namespace &) const overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
ListTables(const Namespace &) const overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
LoadTable(const TableIdentifier &identifier) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
name() const overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
NamespaceExists(const Namespace &) const overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
RegisterTable(const TableIdentifier &identifier, const std::string &) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
RenameTable(const TableIdentifier &from, const TableIdentifier &) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
StageCreateTable(const TableIdentifier &identifier, const std::shared_ptr< Schema > &, const std::shared_ptr< PartitionSpec > &, const std::shared_ptr< SortOrder > &, const std::string &, const std::unordered_map< std::string, std::string > &) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
TableExists(const TableIdentifier &identifier) const overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
TableScopedCatalog(std::shared_ptr< RestCatalog > root, SessionContext context, TableIdentifier identifier, std::unordered_map< std::string, std::string > table_config, std::shared_ptr< auth::AuthSession > table_session, std::shared_ptr< FileIO > table_io) (defined in iceberg::rest::RestCatalog::TableScopedCatalog)iceberg::rest::RestCatalog::TableScopedCataloginline
UpdateNamespaceProperties(const Namespace &, const std::unordered_map< std::string, std::string > &, const std::unordered_set< std::string > &) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
UpdateTable(const TableIdentifier &identifier, const std::vector< std::unique_ptr< TableRequirement > > &requirements, const std::vector< std::unique_ptr< TableUpdate > > &updates) overrideiceberg::rest::RestCatalog::TableScopedCataloginlinevirtual
~Catalog()=default (defined in iceberg::Catalog)iceberg::Catalogvirtual