|
iceberg-cpp
|
Public Member Functions | |
| AllTableConstraintsRequest (const AllTableConstraintsRequest &) | |
| AllTableConstraintsRequest & | operator= (const AllTableConstraintsRequest &) |
| void | __set_dbName (const std::string &val) |
| void | __set_tblName (const std::string &val) |
| void | __set_catName (const std::string &val) |
| void | __set_validWriteIdList (const std::string &val) |
| void | __set_tableId (const int64_t val) |
| bool | operator== (const AllTableConstraintsRequest &rhs) const |
| bool | operator!= (const AllTableConstraintsRequest &rhs) const |
| bool | operator< (const AllTableConstraintsRequest &) 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 | dbName |
| std::string | tblName |
| std::string | catName |
| std::string | validWriteIdList |
| int64_t | tableId |
| _AllTableConstraintsRequest__isset | __isset |