Class: ThriftHiveMetastore::Get_partition_names_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
O2 =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
  O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2785
2786
# File 'lib/thrift/thrift_hive_metastore.rb', line 2785

def validate
end