Class: ThriftHiveMetastore::Drop_table_result

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

Constant Summary collapse

O1 =
1
O3 =
2
FIELDS =
{
  O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
  O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1626
1627
# File 'lib/thrift/thrift_hive_metastore.rb', line 1626

def validate
end