Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Drop_database_args

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end