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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end