Class: ThriftHiveMetastore::Add_partition_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/thrift_hive_metastore.rb

Constant Summary collapse

NEW_PART =
1
FIELDS =
{
  NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => Partition}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1786
# File 'lib/thrift/thrift_hive_metastore.rb', line 1786

def struct_fields; FIELDS; end

#validateObject



1788
1789
# File 'lib/thrift/thrift_hive_metastore.rb', line 1788

def validate
end