|
iceberg-cpp
|
This is the complete list of members for iceberg::sql::CatalogStore, including all inherited members.
| DeleteNamespace(std::string_view ns)=0 | iceberg::sql::CatalogStore | pure virtual |
| DeleteNamespaceProperty(std::string_view ns, std::string_view key)=0 | iceberg::sql::CatalogStore | pure virtual |
| DeleteTable(std::string_view ns, std::string_view name)=0 | iceberg::sql::CatalogStore | pure virtual |
| GetNamespaceProperties(std::string_view ns)=0 | iceberg::sql::CatalogStore | pure virtual |
| GetTableMetadataLocation(std::string_view ns, std::string_view name)=0 | iceberg::sql::CatalogStore | pure virtual |
| Initialize()=0 | iceberg::sql::CatalogStore | pure virtual |
| InsertNamespaceProperty(std::string_view ns, std::string_view key, std::optional< std::string_view > value)=0 | iceberg::sql::CatalogStore | pure virtual |
| InsertTable(std::string_view ns, std::string_view name, std::string_view metadata_location)=0 | iceberg::sql::CatalogStore | pure virtual |
| ListNamespaceNames()=0 | iceberg::sql::CatalogStore | pure virtual |
| ListTableNames(std::string_view ns)=0 | iceberg::sql::CatalogStore | pure virtual |
| RenameTable(std::string_view from_ns, std::string_view from_name, std::string_view to_ns, std::string_view to_name)=0 | iceberg::sql::CatalogStore | pure virtual |
| RunInTransaction(const std::function< Status()> &body)=0 | iceberg::sql::CatalogStore | pure virtual |
| TableExists(std::string_view ns, std::string_view name)=0 | iceberg::sql::CatalogStore | pure virtual |
| UpdateTableMetadataLocation(std::string_view ns, std::string_view name, std::string_view new_location, std::string_view new_previous_location, std::string_view expected_current_location)=0 | iceberg::sql::CatalogStore | pure virtual |
| ~CatalogStore()=default (defined in iceberg::sql::CatalogStore) | iceberg::sql::CatalogStore | virtual |