Class: ThriftHiveMetastore::Append_partition_by_name_result

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

Constant Summary collapse

SUCCESS =
0
O1 =
1
O2 =
2
O3 =
3
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
  O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidObjectException},
  O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::AlreadyExistsException},
  O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2455
2456
# File 'lib/thrift/thrift_hive_metastore.rb', line 2455

def validate
end