iceberg-cpp
Loading...
Searching...
No Matches
iceberg::hive::HiveCatalog Member List

This is the complete list of members for iceberg::hive::HiveCatalog, including all inherited members.

CreateNamespace(const Namespace &ns, const std::unordered_map< std::string, std::string > &properties) overrideiceberg::hive::HiveCatalogvirtual
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::hive::HiveCatalogvirtual
DropNamespace(const Namespace &ns) overrideiceberg::hive::HiveCatalogvirtual
DropTable(const TableIdentifier &identifier, bool purge) overrideiceberg::hive::HiveCatalogvirtual
GetNamespaceProperties(const Namespace &ns) const overrideiceberg::hive::HiveCatalogvirtual
HiveCatalog(const HiveCatalog &)=delete (defined in iceberg::hive::HiveCatalog)iceberg::hive::HiveCatalog
HiveCatalog(HiveCatalog &&)=delete (defined in iceberg::hive::HiveCatalog)iceberg::hive::HiveCatalog
ListNamespaces(const Namespace &ns) const overrideiceberg::hive::HiveCatalogvirtual
ListTables(const Namespace &ns) const overrideiceberg::hive::HiveCatalogvirtual
LoadTable(const TableIdentifier &identifier) overrideiceberg::hive::HiveCatalogvirtual
Make(const HiveCatalogProperties &config)iceberg::hive::HiveCatalogstatic
name() const overrideiceberg::hive::HiveCatalogvirtual
NamespaceExists(const Namespace &ns) const overrideiceberg::hive::HiveCatalogvirtual
operator=(const HiveCatalog &)=delete (defined in iceberg::hive::HiveCatalog)iceberg::hive::HiveCatalog
operator=(HiveCatalog &&)=delete (defined in iceberg::hive::HiveCatalog)iceberg::hive::HiveCatalog
RegisterTable(const TableIdentifier &identifier, const std::string &metadata_file_location) overrideiceberg::hive::HiveCatalogvirtual
RenameTable(const TableIdentifier &from, const TableIdentifier &to) overrideiceberg::hive::HiveCatalogvirtual
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::hive::HiveCatalogvirtual
TableExists(const TableIdentifier &identifier) const overrideiceberg::hive::HiveCatalogvirtual
UpdateNamespaceProperties(const Namespace &ns, const std::unordered_map< std::string, std::string > &updates, const std::unordered_set< std::string > &removals) overrideiceberg::hive::HiveCatalogvirtual
UpdateTable(const TableIdentifier &identifier, const std::vector< std::unique_ptr< TableRequirement > > &requirements, const std::vector< std::unique_ptr< TableUpdate > > &updates) overrideiceberg::hive::HiveCatalogvirtual
~Catalog()=default (defined in iceberg::Catalog)iceberg::Catalogvirtual
~HiveCatalog() override (defined in iceberg::hive::HiveCatalog)iceberg::hive::HiveCatalog