|
iceberg-cpp
|
This is the complete list of members for iceberg::rest::RestCatalog, including all inherited members.
| CreateNamespace(const Namespace &ns, const std::unordered_map< std::string, std::string > &properties) override | iceberg::rest::RestCatalog | virtual |
| 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) override | iceberg::rest::RestCatalog | virtual |
| DropNamespace(const Namespace &ns) override | iceberg::rest::RestCatalog | virtual |
| DropTable(const TableIdentifier &identifier, bool purge) override | iceberg::rest::RestCatalog | virtual |
| GetNamespaceProperties(const Namespace &ns) const override | iceberg::rest::RestCatalog | virtual |
| ListNamespaces(const Namespace &ns) const override | iceberg::rest::RestCatalog | virtual |
| ListTables(const Namespace &ns) const override | iceberg::rest::RestCatalog | virtual |
| LoadTable(const TableIdentifier &identifier) override | iceberg::rest::RestCatalog | virtual |
| Make(const RestCatalogProperties &config) | iceberg::rest::RestCatalog | static |
| name() const override | iceberg::rest::RestCatalog | virtual |
| NamespaceExists(const Namespace &ns) const override | iceberg::rest::RestCatalog | virtual |
| operator=(const RestCatalog &)=delete (defined in iceberg::rest::RestCatalog) | iceberg::rest::RestCatalog | |
| operator=(RestCatalog &&)=delete (defined in iceberg::rest::RestCatalog) | iceberg::rest::RestCatalog | |
| RegisterTable(const TableIdentifier &identifier, const std::string &metadata_file_location) override | iceberg::rest::RestCatalog | virtual |
| RenameTable(const TableIdentifier &from, const TableIdentifier &to) override | iceberg::rest::RestCatalog | virtual |
| RestCatalog(const RestCatalog &)=delete (defined in iceberg::rest::RestCatalog) | iceberg::rest::RestCatalog | |
| RestCatalog(RestCatalog &&)=delete (defined in iceberg::rest::RestCatalog) | iceberg::rest::RestCatalog | |
| 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) override | iceberg::rest::RestCatalog | virtual |
| TableExists(const TableIdentifier &identifier) const override | iceberg::rest::RestCatalog | virtual |
| UpdateNamespaceProperties(const Namespace &ns, const std::unordered_map< std::string, std::string > &updates, const std::unordered_set< std::string > &removals) override | iceberg::rest::RestCatalog | virtual |
| UpdateTable(const TableIdentifier &identifier, const std::vector< std::unique_ptr< TableRequirement > > &requirements, const std::vector< std::unique_ptr< TableUpdate > > &updates) override | iceberg::rest::RestCatalog | virtual |
| ~Catalog()=default (defined in iceberg::Catalog) | iceberg::Catalog | virtual |
| ~RestCatalog() override (defined in iceberg::rest::RestCatalog) | iceberg::rest::RestCatalog |