Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::List_roles_result

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

Constant Summary collapse

SUCCESS =
0
O1 =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Impala::Protocol::HiveMetastore::Role}},
  O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::Impala::Protocol::HiveMetastore::MetaException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end