class Impala::Protocol::HiveMetastore::ThriftHiveMetastore::List_privileges_args

Constants

FIELDS
HIVEOBJECT
PRINCIPAL_NAME
PRINCIPAL_TYPE

Public Instance Methods

struct_fields() click to toggle source
     # File lib/impala/protocol/thrift_hive_metastore.rb
4468 def struct_fields; FIELDS; end
validate() click to toggle source
     # File lib/impala/protocol/thrift_hive_metastore.rb
4470 def validate
4471   unless @principal_type.nil? || ::Impala::Protocol::HiveMetastore::PrincipalType::VALID_VALUES.include?(@principal_type)
4472     raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field principal_type!')
4473   end
4474 end