|
iceberg-cpp
|
Public Member Functions | |
| GetAllWriteEventInfoRequest (const GetAllWriteEventInfoRequest &) | |
| GetAllWriteEventInfoRequest & | operator= (const GetAllWriteEventInfoRequest &) |
| void | __set_txnId (const int64_t val) |
| void | __set_dbName (const std::string &val) |
| void | __set_tableName (const std::string &val) |
| bool | operator== (const GetAllWriteEventInfoRequest &rhs) const |
| bool | operator!= (const GetAllWriteEventInfoRequest &rhs) const |
| bool | operator< (const GetAllWriteEventInfoRequest &) 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 | |
| int64_t | txnId |
| std::string | dbName |
| std::string | tableName |
| _GetAllWriteEventInfoRequest__isset | __isset |