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

Public Member Functions

 TableMeta (const TableMeta &)
 
TableMetaoperator= (const TableMeta &)
 
void __set_dbName (const std::string &val)
 
void __set_tableName (const std::string &val)
 
void __set_tableType (const std::string &val)
 
void __set_comments (const std::string &val)
 
void __set_catName (const std::string &val)
 
void __set_ownerName (const std::string &val)
 
void __set_ownerType (const PrincipalType::type val)
 
bool operator== (const TableMeta &rhs) const
 
bool operator!= (const TableMeta &rhs) const
 
bool operator< (const TableMeta &) 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

std::string dbName
 
std::string tableName
 
std::string tableType
 
std::string comments
 
std::string catName
 
std::string ownerName
 
PrincipalType::type ownerType
 
_TableMeta__isset __isset
 

Member Data Documentation

◆ ownerType

PrincipalType::type Apache::Hadoop::Hive::TableMeta::ownerType
See also
PrincipalType

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