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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end