|
iceberg-cpp
|
Public Member Functions | |
| NotificationEventsCountRequest (const NotificationEventsCountRequest &) | |
| NotificationEventsCountRequest & | operator= (const NotificationEventsCountRequest &) |
| void | __set_fromEventId (const int64_t val) |
| void | __set_dbName (const std::string &val) |
| void | __set_catName (const std::string &val) |
| void | __set_toEventId (const int64_t val) |
| void | __set_limit (const int64_t val) |
| void | __set_tableNames (const std::vector< std::string > &val) |
| bool | operator== (const NotificationEventsCountRequest &rhs) const |
| bool | operator!= (const NotificationEventsCountRequest &rhs) const |
| bool | operator< (const NotificationEventsCountRequest &) 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 | fromEventId |
| std::string | dbName |
| std::string | catName |
| int64_t | toEventId |
| int64_t | limit |
| std::vector< std::string > | tableNames |
| _NotificationEventsCountRequest__isset | __isset |