|
iceberg-cpp
|
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) override | iceberg::InMemoryCatalog | virtual |
| 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) override | iceberg::InMemoryCatalog | virtual |
| DropNamespace(const Namespace &ns) override | iceberg::InMemoryCatalog | virtual |
| DropTable(const TableIdentifier &identifier, bool purge) override | iceberg::InMemoryCatalog | virtual |
| GetNamespaceProperties(const Namespace &ns) const override | iceberg::InMemoryCatalog | virtual |
| 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 override | iceberg::InMemoryCatalog | virtual |
| ListTables(const Namespace &ns) const override | iceberg::InMemoryCatalog | virtual |
| LoadTable(const TableIdentifier &identifier) override | iceberg::InMemoryCatalog | virtual |
| 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::InMemoryCatalog | static |
| name() const override | iceberg::InMemoryCatalog | virtual |
| NamespaceExists(const Namespace &ns) const override | iceberg::InMemoryCatalog | virtual |
| RegisterTable(const TableIdentifier &identifier, const std::string &metadata_file_location) override | iceberg::InMemoryCatalog | virtual |
| RenameTable(const TableIdentifier &from, const TableIdentifier &to) override | iceberg::InMemoryCatalog | virtual |
| 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) override | iceberg::InMemoryCatalog | virtual |
| TableExists(const TableIdentifier &identifier) const override | iceberg::InMemoryCatalog | virtual |
| UpdateNamespaceProperties(const Namespace &ns, const std::unordered_map< std::string, std::string > &updates, const std::unordered_set< std::string > &removals) override | iceberg::InMemoryCatalog | virtual |
| UpdateTable(const TableIdentifier &identifier, const std::vector< std::unique_ptr< TableRequirement > > &requirements, const std::vector< std::unique_ptr< TableUpdate > > &updates) override | iceberg::InMemoryCatalog | virtual |
| ~Catalog()=default (defined in iceberg::Catalog) | iceberg::Catalog | virtual |
| ~InMemoryCatalog() override (defined in iceberg::InMemoryCatalog) | iceberg::InMemoryCatalog |