|
iceberg-cpp
|
Public Member Functions | |
| ThriftHiveMetastore_grant_role_args (const ThriftHiveMetastore_grant_role_args &) | |
| ThriftHiveMetastore_grant_role_args & | operator= (const ThriftHiveMetastore_grant_role_args &) |
| void | __set_role_name (const std::string &val) |
| void | __set_principal_name (const std::string &val) |
| void | __set_principal_type (const PrincipalType::type val) |
| void | __set_grantor (const std::string &val) |
| void | __set_grantorType (const PrincipalType::type val) |
| void | __set_grant_option (const bool val) |
| bool | operator== (const ThriftHiveMetastore_grant_role_args &rhs) const |
| bool | operator!= (const ThriftHiveMetastore_grant_role_args &rhs) const |
| bool | operator< (const ThriftHiveMetastore_grant_role_args &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const |
Public Attributes | |
| std::string | role_name |
| std::string | principal_name |
| PrincipalType::type | principal_type |
| std::string | grantor |
| PrincipalType::type | grantorType |
| bool | grant_option |
| _ThriftHiveMetastore_grant_role_args__isset | __isset |
| PrincipalType::type Apache::Hadoop::Hive::ThriftHiveMetastore_grant_role_args::grantorType |
| PrincipalType::type Apache::Hadoop::Hive::ThriftHiveMetastore_grant_role_args::principal_type |