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

Public Member Functions

 Table (const Table &)
 
Tableoperator= (const Table &)
 
void __set_tableName (const std::string &val)
 
void __set_dbName (const std::string &val)
 
void __set_owner (const std::string &val)
 
void __set_createTime (const int32_t val)
 
void __set_lastAccessTime (const int32_t val)
 
void __set_retention (const int32_t val)
 
void __set_sd (const StorageDescriptor &val)
 
void __set_partitionKeys (const std::vector< FieldSchema > &val)
 
void __set_parameters (const std::map< std::string, std::string > &val)
 
void __set_viewOriginalText (const std::string &val)
 
void __set_viewExpandedText (const std::string &val)
 
void __set_tableType (const std::string &val)
 
void __set_privileges (const PrincipalPrivilegeSet &val)
 
void __set_temporary (const bool val)
 
void __set_rewriteEnabled (const bool val)
 
void __set_creationMetadata (const CreationMetadata &val)
 
void __set_catName (const std::string &val)
 
void __set_ownerType (const PrincipalType::type val)
 
void __set_writeId (const int64_t val)
 
void __set_isStatsCompliant (const bool val)
 
void __set_colStats (const ColumnStatistics &val)
 
void __set_accessType (const int8_t val)
 
void __set_requiredReadCapabilities (const std::vector< std::string > &val)
 
void __set_requiredWriteCapabilities (const std::vector< std::string > &val)
 
void __set_id (const int64_t val)
 
void __set_fileMetadata (const FileMetadata &val)
 
void __set_dictionary (const ObjectDictionary &val)
 
void __set_txnId (const int64_t val)
 
bool operator== (const Table &rhs) const
 
bool operator!= (const Table &rhs) const
 
bool operator< (const Table &) 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 tableName
 
std::string dbName
 
std::string owner
 
int32_t createTime
 
int32_t lastAccessTime
 
int32_t retention
 
StorageDescriptor sd
 
std::vector< FieldSchemapartitionKeys
 
std::map< std::string, std::string > parameters
 
std::string viewOriginalText
 
std::string viewExpandedText
 
std::string tableType
 
PrincipalPrivilegeSet privileges
 
bool temporary
 
bool rewriteEnabled
 
CreationMetadata creationMetadata
 
std::string catName
 
PrincipalType::type ownerType
 
int64_t writeId
 
bool isStatsCompliant
 
ColumnStatistics colStats
 
int8_t accessType
 
std::vector< std::string > requiredReadCapabilities
 
std::vector< std::string > requiredWriteCapabilities
 
int64_t id
 
FileMetadata fileMetadata
 
ObjectDictionary dictionary
 
int64_t txnId
 
_Table__isset __isset
 

Member Data Documentation

◆ ownerType

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

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