Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::List_roles_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/thrift_hive_metastore.rb

Constant Summary collapse

PRINCIPAL_NAME =
1
PRINCIPAL_TYPE =
2
FIELDS =
{
PRINCIPAL_NAME => { :type => ::Thrift::Types::STRING, :name => 'principal_name' },
PRINCIPAL_TYPE => { :type => ::Thrift::Types::I32, :name => 'principal_type', :enum_class => Impala::Protocol::HiveMetastore::PrincipalType }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4389
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4389

def struct_fields; FIELDS; end

#validateObject



4391
4392
4393
4394
4395
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4391

def validate
  unless @principal_type.nil? || Impala::Protocol::HiveMetastore::PrincipalType::VALID_VALUES.include?(@principal_type)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field principal_type!')
  end
end