|
|
| SerDeInfo (const SerDeInfo &) |
| |
|
SerDeInfo & | operator= (const SerDeInfo &) |
| |
|
void | __set_name (const std::string &val) |
| |
|
void | __set_serializationLib (const std::string &val) |
| |
|
void | __set_parameters (const std::map< std::string, std::string > &val) |
| |
|
void | __set_description (const std::string &val) |
| |
|
void | __set_serializerClass (const std::string &val) |
| |
|
void | __set_deserializerClass (const std::string &val) |
| |
|
void | __set_serdeType (const SerdeType::type val) |
| |
|
bool | operator== (const SerDeInfo &rhs) const |
| |
|
bool | operator!= (const SerDeInfo &rhs) const |
| |
|
bool | operator< (const SerDeInfo &) 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 | name |
| |
|
std::string | serializationLib |
| |
|
std::map< std::string, std::string > | parameters |
| |
|
std::string | description |
| |
|
std::string | serializerClass |
| |
|
std::string | deserializerClass |
| |
| SerdeType::type | serdeType |
| |
|
_SerDeInfo__isset | __isset |
| |
◆ serdeType
| SerdeType::type Apache::Hadoop::Hive::SerDeInfo::serdeType |
The documentation for this class was generated from the following files: