Class: Version

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

Constant Summary collapse

VERSION =
1
COMMENTS =
2
FIELDS =
{
  VERSION => {:type => ::Thrift::Types::STRING, :name => 'version'},
  COMMENTS => {:type => ::Thrift::Types::STRING, :name => 'comments'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



22
23
# File 'lib/thrift/hive_metastore_types.rb', line 22

def validate
end