6 #ifndef __DELETE_FILES_H__
7 #define __DELETE_FILES_H__
28 options(std::map<std::string, std::string>())
57 DeleteFilesRequest(
const std::vector<std::string>& fileNames_,
const std::map<std::string, std::string>& options_):
64 std::map<std::string, std::string>
options;
70 template<>
struct codec_traits<gpudb::DeleteFilesRequest>
80 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
82 const std::vector<size_t> fo = rd->fieldOrder();
84 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
129 info(std::map<std::string, std::string>())
134 std::map<std::string, std::string>
info;
140 template<>
struct codec_traits<gpudb::DeleteFilesResponse>
145 ::avro::encode(e, v.
info);
150 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
152 const std::vector<size_t> fo = rd->fieldOrder();
154 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
163 ::avro::decode(d, v.
info);
174 ::avro::decode(d, v.
info);
std::vector< std::string > fileNames
A set of input parameters for const.
DeleteFilesRequest()
Constructs a DeleteFilesRequest object with default parameter values.
DeleteFilesResponse()
Constructs a DeleteFilesResponse object with default parameter values.
std::map< std::string, std::string > info
DeleteFilesRequest(const std::vector< std::string > &fileNames_, const std::map< std::string, std::string > &options_)
Constructs a DeleteFilesRequest object with the specified parameters.
std::vector< std::string > fileNames
A set of output parameters for const.
std::map< std::string, std::string > options