Class: ThriftHiveMetastore::Drop_index_by_name_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
O2 =
2
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
  O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
  O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2482
2483
# File 'lib/thrift/thrift_hive_metastore.rb', line 2482

def validate
end