Class: Impala::Protocol::HiveMetastore::Schema

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end