6 #ifndef __DELETE_RECORDS_H__
7 #define __DELETE_RECORDS_H__
35 options(std::map<std::string, std::string>())
66 DeleteRecordsRequest(
const std::string& tableName_,
const std::vector<std::string>& expressions_,
const std::map<std::string, std::string>& options_):
75 std::map<std::string, std::string>
options;
81 template<>
struct codec_traits<gpudb::DeleteRecordsRequest>
92 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
94 const std::vector<size_t> fo = rd->fieldOrder();
96 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
163 template<>
struct codec_traits<gpudb::DeleteRecordsResponse>
173 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
175 const std::vector<size_t> fo = rd->fieldOrder();
177 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of output parameters for const.
std::vector< int64_t > countsDeleted
std::map< std::string, std::string > options
DeleteRecordsRequest(const std::string &tableName_, const std::vector< std::string > &expressions_, const std::map< std::string, std::string > &options_)
Constructs a DeleteRecordsRequest object with the specified parameters.
A set of input parameters for const.
DeleteRecordsRequest()
Constructs a DeleteRecordsRequest object with default parameter values.
std::vector< std::string > expressions
DeleteRecordsResponse()
Constructs a DeleteRecordsResponse object with default parameter values.