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

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) overrideiceberg::rest::RestCatalogvirtual
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) overrideiceberg::rest::RestCatalogvirtual
DropNamespace(const Namespace &ns) overrideiceberg::rest::RestCatalogvirtual
DropTable(const TableIdentifier &identifier, bool purge) overrideiceberg::rest::RestCatalogvirtual
GetNamespaceProperties(const Namespace &ns) const overrideiceberg::rest::RestCatalogvirtual
ListNamespaces(const Namespace &ns) const overrideiceberg::rest::RestCatalogvirtual
ListTables(const Namespace &ns) const overrideiceberg::rest::RestCatalogvirtual
LoadTable(const TableIdentifier &identifier) overrideiceberg::rest::RestCatalogvirtual
Make(const RestCatalogProperties &config)iceberg::rest::RestCatalogstatic
name() const overrideiceberg::rest::RestCatalogvirtual
NamespaceExists(const Namespace &ns) const overrideiceberg::rest::RestCatalogvirtual
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) overrideiceberg::rest::RestCatalogvirtual
RenameTable(const TableIdentifier &from, const TableIdentifier &to) overrideiceberg::rest::RestCatalogvirtual
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) overrideiceberg::rest::RestCatalogvirtual
TableExists(const TableIdentifier &identifier) const overrideiceberg::rest::RestCatalogvirtual
UpdateNamespaceProperties(const Namespace &ns, const std::unordered_map< std::string, std::string > &updates, const std::unordered_set< std::string > &removals) overrideiceberg::rest::RestCatalogvirtual
UpdateTable(const TableIdentifier &identifier, const std::vector< std::unique_ptr< TableRequirement > > &requirements, const std::vector< std::unique_ptr< TableUpdate > > &updates) overrideiceberg::rest::RestCatalogvirtual
~Catalog()=default (defined in iceberg::Catalog)iceberg::Catalogvirtual
~RestCatalog() override (defined in iceberg::rest::RestCatalog)iceberg::rest::RestCatalog