|
iceberg-cpp
|
Public Member Functions | |
| ScheduledQueryPollResponse (const ScheduledQueryPollResponse &) | |
| ScheduledQueryPollResponse & | operator= (const ScheduledQueryPollResponse &) |
| void | __set_scheduleKey (const ScheduledQueryKey &val) |
| void | __set_executionId (const int64_t val) |
| void | __set_query (const std::string &val) |
| void | __set_user (const std::string &val) |
| bool | operator== (const ScheduledQueryPollResponse &rhs) const |
| bool | operator!= (const ScheduledQueryPollResponse &rhs) const |
| bool | operator< (const ScheduledQueryPollResponse &) 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 | |
| ScheduledQueryKey | scheduleKey |
| int64_t | executionId |
| std::string | query |
| std::string | user |
| _ScheduledQueryPollResponse__isset | __isset |