Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Set_ugi_args

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

Constant Summary collapse

USER_NAME =
1
GROUP_NAMES =
2
FIELDS =
{
USER_NAME => { :type => ::Thrift::Types::STRING, :name => 'user_name' },
GROUP_NAMES => { :type => ::Thrift::Types::LIST, :name => 'group_names', :element => { :type => ::Thrift::Types::STRING } }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end