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



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

def struct_fields; FIELDS; end

#validateObject



122
123
# File 'lib/thrift/hive_metastore_types.rb', line 122

def validate
end