|
|
| PartitionValuesRequest (const PartitionValuesRequest &) |
| |
|
PartitionValuesRequest & | operator= (const PartitionValuesRequest &) |
| |
|
void | __set_dbName (const std::string &val) |
| |
|
void | __set_tblName (const std::string &val) |
| |
|
void | __set_partitionKeys (const std::vector< FieldSchema > &val) |
| |
|
void | __set_applyDistinct (const bool val) |
| |
|
void | __set_filter (const std::string &val) |
| |
|
void | __set_partitionOrder (const std::vector< FieldSchema > &val) |
| |
|
void | __set_ascending (const bool val) |
| |
|
void | __set_maxParts (const int64_t val) |
| |
|
void | __set_catName (const std::string &val) |
| |
|
void | __set_validWriteIdList (const std::string &val) |
| |
|
bool | operator== (const PartitionValuesRequest &rhs) const |
| |
|
bool | operator!= (const PartitionValuesRequest &rhs) const |
| |
|
bool | operator< (const PartitionValuesRequest &) 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 |
| |
|
|
std::string | dbName |
| |
|
std::string | tblName |
| |
|
std::vector< FieldSchema > | partitionKeys |
| |
|
bool | applyDistinct |
| |
|
std::string | filter |
| |
|
std::vector< FieldSchema > | partitionOrder |
| |
|
bool | ascending |
| |
|
int64_t | maxParts |
| |
|
std::string | catName |
| |
|
std::string | validWriteIdList |
| |
|
_PartitionValuesRequest__isset | __isset |
| |
The documentation for this class was generated from the following files: