|
|
| AlterTableRequest (const AlterTableRequest &) |
| |
|
AlterTableRequest & | operator= (const AlterTableRequest &) |
| |
|
void | __set_catName (const std::string &val) |
| |
|
void | __set_dbName (const std::string &val) |
| |
|
void | __set_tableName (const std::string &val) |
| |
|
void | __set_table (const Table &val) |
| |
|
void | __set_environmentContext (const EnvironmentContext &val) |
| |
|
void | __set_writeId (const int64_t val) |
| |
|
void | __set_validWriteIdList (const std::string &val) |
| |
|
void | __set_processorCapabilities (const std::vector< std::string > &val) |
| |
|
void | __set_processorIdentifier (const std::string &val) |
| |
|
void | __set_expectedParameterKey (const std::string &val) |
| |
|
void | __set_expectedParameterValue (const std::string &val) |
| |
|
bool | operator== (const AlterTableRequest &rhs) const |
| |
|
bool | operator!= (const AlterTableRequest &rhs) const |
| |
|
bool | operator< (const AlterTableRequest &) 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 | catName |
| |
|
std::string | dbName |
| |
|
std::string | tableName |
| |
|
Table | table |
| |
|
EnvironmentContext | environmentContext |
| |
|
int64_t | writeId |
| |
|
std::string | validWriteIdList |
| |
|
std::vector< std::string > | processorCapabilities |
| |
|
std::string | processorIdentifier |
| |
|
std::string | expectedParameterKey |
| |
|
std::string | expectedParameterValue |
| |
|
_AlterTableRequest__isset | __isset |
| |
The documentation for this class was generated from the following files: