Class: Impala::Protocol::HiveMetastore::SerDeInfo

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

Constant Summary collapse

NAME =
1
SERIALIZATIONLIB =
2
PARAMETERS =
3
FIELDS =
{
NAME => { :type => ::Thrift::Types::STRING, :name => 'name' },
SERIALIZATIONLIB => { :type => ::Thrift::Types::STRING, :name => 'serializationLib' },
PARAMETERS => { :type => ::Thrift::Types::MAP, :name => 'parameters', :key => { :type => ::Thrift::Types::STRING }, :value => { :type => ::Thrift::Types::STRING } }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end