|
iceberg-cpp
|
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 > &) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| 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 > &) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| DropNamespace(const Namespace &) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| DropTable(const TableIdentifier &identifier, bool) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| GetNamespaceProperties(const Namespace &) const override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| ListNamespaces(const Namespace &) const override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| ListTables(const Namespace &) const override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| LoadTable(const TableIdentifier &identifier) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| name() const override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| NamespaceExists(const Namespace &) const override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| RegisterTable(const TableIdentifier &identifier, const std::string &) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| RenameTable(const TableIdentifier &from, const TableIdentifier &) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| 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 > &) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| TableExists(const TableIdentifier &identifier) const override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| 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::TableScopedCatalog | inline |
| UpdateNamespaceProperties(const Namespace &, const std::unordered_map< std::string, std::string > &, const std::unordered_set< std::string > &) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| UpdateTable(const TableIdentifier &identifier, const std::vector< std::unique_ptr< TableRequirement > > &requirements, const std::vector< std::unique_ptr< TableUpdate > > &updates) override | iceberg::rest::RestCatalog::TableScopedCatalog | inlinevirtual |
| ~Catalog()=default (defined in iceberg::Catalog) | iceberg::Catalog | virtual |