Class: ThriftHiveMetastore::Drop_role_result

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

Constant Summary collapse

SUCCESS =
0
O1 =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
  O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3401
# File 'lib/thrift/thrift_hive_metastore.rb', line 3401

def struct_fields; FIELDS; end

#validateObject



3403
3404
# File 'lib/thrift/thrift_hive_metastore.rb', line 3403

def validate
end