|
iceberg-cpp
|
Public Member Functions | |
| WriteNotificationLogBatchRequest (const WriteNotificationLogBatchRequest &) | |
| WriteNotificationLogBatchRequest & | operator= (const WriteNotificationLogBatchRequest &) |
| void | __set_catalog (const std::string &val) |
| void | __set_db (const std::string &val) |
| void | __set_table (const std::string &val) |
| void | __set_requestList (const std::vector< WriteNotificationLogRequest > &val) |
| bool | operator== (const WriteNotificationLogBatchRequest &rhs) const |
| bool | operator!= (const WriteNotificationLogBatchRequest &rhs) const |
| bool | operator< (const WriteNotificationLogBatchRequest &) 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 | catalog |
| std::string | db |
| std::string | table |
| std::vector< WriteNotificationLogRequest > | requestList |