|
iceberg-cpp
|
Public Member Functions | |
| AlterCatalogRequest (const AlterCatalogRequest &) | |
| AlterCatalogRequest & | operator= (const AlterCatalogRequest &) |
| void | __set_name (const std::string &val) |
| void | __set_newCat (const Catalog &val) |
| bool | operator== (const AlterCatalogRequest &rhs) const |
| bool | operator!= (const AlterCatalogRequest &rhs) const |
| bool | operator< (const AlterCatalogRequest &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) override |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const override |
| virtual void | printTo (std::ostream &out) const |
Public Attributes | |
| std::string | name |
| Catalog | newCat |
| _AlterCatalogRequest__isset | __isset |