iceberg-cpp
Loading...
Searching...
No Matches
iceberg::InMemoryCatalog Member List

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

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