Class: Schema

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

Constant Summary collapse

FIELDSCHEMAS =
1
PROPERTIES =
2
FIELDS =
{
  FIELDSCHEMAS => {:type => ::Thrift::Types::LIST, :name => 'fieldSchemas', :element => {:type => ::Thrift::Types::STRUCT, :class => ::FieldSchema}},
  PROPERTIES => {:type => ::Thrift::Types::MAP, :name => 'properties', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



436
437
# File 'lib/thrift/hive_metastore_types.rb', line 436

def validate
end