Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_privilege_set_args

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

Constant Summary collapse

HIVEOBJECT =
1
USER_NAME =
2
GROUP_NAMES =
3
FIELDS =
{
HIVEOBJECT => { :type => ::Thrift::Types::STRUCT, :name => 'hiveObject', :class => Impala::Protocol::HiveMetastore::HiveObjectRef },
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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end