|
|
| Function (const Function &) |
| |
|
Function & | operator= (const Function &) |
| |
|
void | __set_functionName (const std::string &val) |
| |
|
void | __set_dbName (const std::string &val) |
| |
|
void | __set_className (const std::string &val) |
| |
|
void | __set_ownerName (const std::string &val) |
| |
|
void | __set_ownerType (const PrincipalType::type val) |
| |
|
void | __set_createTime (const int32_t val) |
| |
|
void | __set_functionType (const FunctionType::type val) |
| |
|
void | __set_resourceUris (const std::vector< ResourceUri > &val) |
| |
|
void | __set_catName (const std::string &val) |
| |
|
bool | operator== (const Function &rhs) const |
| |
|
bool | operator!= (const Function &rhs) const |
| |
|
bool | operator< (const Function &) 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 | functionName |
| |
|
std::string | dbName |
| |
|
std::string | className |
| |
|
std::string | ownerName |
| |
| PrincipalType::type | ownerType |
| |
|
int32_t | createTime |
| |
| FunctionType::type | functionType |
| |
|
std::vector< ResourceUri > | resourceUris |
| |
|
std::string | catName |
| |
|
_Function__isset | __isset |
| |
◆ functionType
| FunctionType::type Apache::Hadoop::Hive::Function::functionType |
◆ ownerType
| PrincipalType::type Apache::Hadoop::Hive::Function::ownerType |
The documentation for this class was generated from the following files: