6 #ifndef __DELETE_RECORDS_H__ 7 #define __DELETE_RECORDS_H__ 35 options(std::map<std::string, std::string>())
83 DeleteRecordsRequest(
const std::string& tableName_,
const std::vector<std::string>& expressions_,
const std::map<std::string, std::string>& options_):
92 std::map<std::string, std::string>
options;
109 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
111 const std::vector<size_t> fo = rd->fieldOrder();
113 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
168 countDeleted(int64_t()),
169 countsDeleted(std::vector<int64_t>())
190 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
192 const std::vector<size_t> fo = rd->fieldOrder();
194 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of output parameters for deleteRecords(const DeleteRecordsRequest&) 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 deleteRecords(const DeleteRecordsRequest&) const.
DeleteRecordsRequest()
Constructs a DeleteRecordsRequest object with default parameter values.
std::vector< std::string > expressions
DeleteRecordsResponse()
Constructs a DeleteRecordsResponse object with default parameter values.