iceberg-cpp
Loading...
Searching...
No Matches
iceberg::sql::CatalogStore Member List

This is the complete list of members for iceberg::sql::CatalogStore, including all inherited members.

DeleteNamespace(std::string_view ns)=0iceberg::sql::CatalogStorepure virtual
DeleteNamespaceProperty(std::string_view ns, std::string_view key)=0iceberg::sql::CatalogStorepure virtual
DeleteTable(std::string_view ns, std::string_view name)=0iceberg::sql::CatalogStorepure virtual
GetNamespaceProperties(std::string_view ns)=0iceberg::sql::CatalogStorepure virtual
GetTableMetadataLocation(std::string_view ns, std::string_view name)=0iceberg::sql::CatalogStorepure virtual
Initialize()=0iceberg::sql::CatalogStorepure virtual
InsertNamespaceProperty(std::string_view ns, std::string_view key, std::optional< std::string_view > value)=0iceberg::sql::CatalogStorepure virtual
InsertTable(std::string_view ns, std::string_view name, std::string_view metadata_location)=0iceberg::sql::CatalogStorepure virtual
ListNamespaceNames()=0iceberg::sql::CatalogStorepure virtual
ListTableNames(std::string_view ns)=0iceberg::sql::CatalogStorepure virtual
RenameTable(std::string_view from_ns, std::string_view from_name, std::string_view to_ns, std::string_view to_name)=0iceberg::sql::CatalogStorepure virtual
RunInTransaction(const std::function< Status()> &body)=0iceberg::sql::CatalogStorepure virtual
TableExists(std::string_view ns, std::string_view name)=0iceberg::sql::CatalogStorepure 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)=0iceberg::sql::CatalogStorepure virtual
~CatalogStore()=default (defined in iceberg::sql::CatalogStore)iceberg::sql::CatalogStorevirtual