Class: SerDeInfo

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



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

def struct_fields; FIELDS; end

#validateObject



262
263
# File 'lib/thrift/hive_metastore_types.rb', line 262

def validate
end