Class: Impala::Protocol::HiveMetastore::Version

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/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



47
# File 'lib/impala/protocol/hive_metastore_types.rb', line 47

def struct_fields; FIELDS; end

#validateObject



49
50
# File 'lib/impala/protocol/hive_metastore_types.rb', line 49

def validate
end