6 #ifndef __DELETE_RECORDS_H__ 7 #define __DELETE_RECORDS_H__ 35 options(std::map<std::string, std::string>())
68 expressions(expressions),
75 std::map<std::string, std::string>
options;
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)
151 countDeleted(int64_t()),
152 countsDeleted(std::vector<int64_t>())
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 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.