6 #ifndef __DELETE_PROC_H__
7 #define __DELETE_PROC_H__
27 options(std::map<std::string, std::string>())
39 DeleteProcRequest(
const std::string& procName_,
const std::map<std::string, std::string>& options_):
46 std::map<std::string, std::string>
options;
52 template<>
struct codec_traits<gpudb::DeleteProcRequest>
62 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
64 const std::vector<size_t> fo = rd->fieldOrder();
66 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
111 info(std::map<std::string, std::string>())
116 std::map<std::string, std::string>
info;
122 template<>
struct codec_traits<gpudb::DeleteProcResponse>
127 ::avro::encode(e, v.
info);
132 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
134 const std::vector<size_t> fo = rd->fieldOrder();
136 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
145 ::avro::decode(d, v.
info);
156 ::avro::decode(d, v.
info);
DeleteProcRequest(const std::string &procName_, const std::map< std::string, std::string > &options_)
Constructs a DeleteProcRequest object with the specified parameters.
DeleteProcResponse()
Constructs a DeleteProcResponse object with default parameter values.
std::map< std::string, std::string > info
std::map< std::string, std::string > options
DeleteProcRequest()
Constructs a DeleteProcRequest object with default parameter values.
A set of input parameters for const.
A set of output parameters for const.