Class: ThriftHiveMetastore::Drop_database_args

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

Constant Summary collapse

NAME =
1
DELETEDATA =
2
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  DELETEDATA => {:type => ::Thrift::Types::BOOL, :name => 'deleteData'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1239
1240
# File 'lib/thrift/thrift_hive_metastore.rb', line 1239

def validate
end