Class: Database

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

Constant Summary collapse

NAME =
1
DESCRIPTION =
2
LOCATIONURI =
3
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  DESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'description'},
  LOCATIONURI => {:type => ::Thrift::Types::STRING, :name => 'locationUri'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



82
# File 'lib/thrift/hive_metastore_types.rb', line 82

def struct_fields; FIELDS; end

#validateObject



84
85
# File 'lib/thrift/hive_metastore_types.rb', line 84

def validate
end