6 #ifndef __ADMIN_VERIFY_DB_H__
7 #define __ADMIN_VERIFY_DB_H__
28 options(std::map<std::string, std::string>())
94 std::map<std::string, std::string>
options;
100 template<>
struct codec_traits<gpudb::AdminVerifyDbRequest>
109 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
111 const std::vector<size_t> fo = rd->fieldOrder();
113 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
155 info(std::map<std::string, std::string>())
161 std::map<std::string, std::string>
info;
167 template<>
struct codec_traits<gpudb::AdminVerifyDbResponse>
173 ::avro::encode(e, v.
info);
178 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
180 const std::vector<size_t> fo = rd->fieldOrder();
182 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
195 ::avro::decode(d, v.
info);
207 ::avro::decode(d, v.
info);
A set of output parameters for const.
AdminVerifyDbResponse()
Constructs an AdminVerifyDbResponse object with default parameter values.
AdminVerifyDbRequest(const std::map< std::string, std::string > &options_)
Constructs an AdminVerifyDbRequest object with the specified parameters.
A set of input parameters for const.
std::vector< std::string > errorList
std::map< std::string, std::string > options
std::map< std::string, std::string > info
AdminVerifyDbRequest()
Constructs an AdminVerifyDbRequest object with default parameter values.