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

Public Member Functions

 ShowCompactRequest (const ShowCompactRequest &)
 
ShowCompactRequestoperator= (const ShowCompactRequest &)
 
void __set_id (const int64_t val)
 
void __set_poolName (const std::string &val)
 
void __set_dbName (const std::string &val)
 
void __set_tbName (const std::string &val)
 
void __set_partName (const std::string &val)
 
void __set_type (const CompactionType::type val)
 
void __set_state (const std::string &val)
 
void __set_limit (const int64_t val)
 
void __set_order (const std::string &val)
 
bool operator== (const ShowCompactRequest &rhs) const
 
bool operator!= (const ShowCompactRequest &rhs) const
 
bool operator< (const ShowCompactRequest &) 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 id
 
std::string poolName
 
std::string dbName
 
std::string tbName
 
std::string partName
 
CompactionType::type type
 
std::string state
 
int64_t limit
 
std::string order
 
_ShowCompactRequest__isset __isset
 

Member Data Documentation

◆ type

CompactionType::type Apache::Hadoop::Hive::ShowCompactRequest::type
See also
CompactionType

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