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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end