Class: Order

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/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



278
# File 'lib/thrift/hive_metastore_types.rb', line 278

def struct_fields; FIELDS; end

#validateObject



280
281
# File 'lib/thrift/hive_metastore_types.rb', line 280

def validate
end