iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Apache::Hadoop::Hive::ScheduledQueryProgressInfo Class Reference
Inheritance diagram for Apache::Hadoop::Hive::ScheduledQueryProgressInfo:

Public Member Functions

 ScheduledQueryProgressInfo (const ScheduledQueryProgressInfo &)
 
ScheduledQueryProgressInfooperator= (const ScheduledQueryProgressInfo &)
 
void __set_scheduledExecutionId (const int64_t val)
 
void __set_state (const QueryState::type val)
 
void __set_executorQueryId (const std::string &val)
 
void __set_errorMessage (const std::string &val)
 
bool operator== (const ScheduledQueryProgressInfo &rhs) const
 
bool operator!= (const ScheduledQueryProgressInfo &rhs) const
 
bool operator< (const ScheduledQueryProgressInfo &) 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 scheduledExecutionId
 
QueryState::type state
 
std::string executorQueryId
 
std::string errorMessage
 
_ScheduledQueryProgressInfo__isset __isset
 

Member Data Documentation

◆ state

QueryState::type Apache::Hadoop::Hive::ScheduledQueryProgressInfo::state
See also
QueryState

The documentation for this class was generated from the following files: