|
|
| ISchema (const ISchema &) |
| |
|
ISchema & | operator= (const ISchema &) |
| |
|
void | __set_schemaType (const SchemaType::type val) |
| |
|
void | __set_name (const std::string &val) |
| |
|
void | __set_catName (const std::string &val) |
| |
|
void | __set_dbName (const std::string &val) |
| |
|
void | __set_compatibility (const SchemaCompatibility::type val) |
| |
|
void | __set_validationLevel (const SchemaValidation::type val) |
| |
|
void | __set_canEvolve (const bool val) |
| |
|
void | __set_schemaGroup (const std::string &val) |
| |
|
void | __set_description (const std::string &val) |
| |
|
bool | operator== (const ISchema &rhs) const |
| |
|
bool | operator!= (const ISchema &rhs) const |
| |
|
bool | operator< (const ISchema &) 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 |
| |
◆ compatibility
| SchemaCompatibility::type Apache::Hadoop::Hive::ISchema::compatibility |
◆ schemaType
| SchemaType::type Apache::Hadoop::Hive::ISchema::schemaType |
◆ validationLevel
| SchemaValidation::type Apache::Hadoop::Hive::ISchema::validationLevel |
The documentation for this class was generated from the following files: