6 #ifndef __ADMIN_REPAIR_TABLE_H__ 7 #define __ADMIN_REPAIR_TABLE_H__ 27 options(std::map<std::string, std::string>())
137 template<>
struct codec_traits<
gpudb::AdminRepairTableRequest>
147 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
149 const std::vector<size_t> fo = rd->fieldOrder();
151 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
193 info(std::map<std::string, std::string>())
210 std::map<std::string, std::string>
info;
216 template<>
struct codec_traits<
gpudb::AdminRepairTableResponse>
222 ::avro::encode(e, v.
info);
227 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
229 const std::vector<size_t> fo = rd->fieldOrder();
231 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
244 ::avro::decode(d, v.
info);
256 ::avro::decode(d, v.
info);
262 #endif // __ADMIN_REPAIR_TABLE_H__ AdminRepairTableResponse()
Constructs an AdminRepairTableResponse object with default parameters.
A set of results returned by GPUdb::adminRepairTable.
AdminRepairTableRequest(const std::vector< std::string > &tableNames_, const std::map< std::string, std::string > &options_)
Constructs an AdminRepairTableRequest object with the specified parameters.
std::map< std::string, std::string > info
Additional information.
AdminRepairTableRequest()
Constructs an AdminRepairTableRequest object with default parameters.
std::vector< std::string > tableNames
List of tables to query.
A set of parameters for GPUdb::adminRepairTable.
std::vector< std::string > repairStatus
List of repair status by table.
std::vector< std::string > tableNames
List of repaired tables.
std::map< std::string, std::string > options
Optional parameters.