Class: Impala::Protocol::HiveMetastore::Order

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

Constant Summary collapse

COL =
1
ORDER =
2
FIELDS =
{
  COL => {:type => ::Thrift::Types::STRING, :name => 'col'},
  ORDER => {:type => ::Thrift::Types::I32, :name => 'order'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end