6 #ifndef __ADMIN_VERIFY_DB_H__
7 #define __ADMIN_VERIFY_DB_H__
28 options(std::map<std::string, std::string>())
133 template<>
struct codec_traits<gpudb::AdminVerifyDbRequest>
142 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
144 const std::vector<size_t> fo = rd->fieldOrder();
146 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
189 info(std::map<std::string, std::string>())
196 std::map<std::string, std::string>
info;
202 template<>
struct codec_traits<gpudb::AdminVerifyDbResponse>
209 ::avro::encode(e, v.
info);
214 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
216 const std::vector<size_t> fo = rd->fieldOrder();
218 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
235 ::avro::decode(d, v.
info);
248 ::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.
int64_t orphanedTablesTotalSize