Class: Impala::Protocol::HiveMetastore::FieldSchema

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
TYPE =
2
COMMENT =
3
FIELDS =
{
NAME => { :type => ::Thrift::Types::STRING, :name => 'name' },
TYPE => { :type => ::Thrift::Types::STRING, :name => 'type' },
COMMENT => { :type => ::Thrift::Types::STRING, :name => 'comment' }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end