6 #ifndef __UPDATE_RECORDS_BY_SERIES_H__ 7 #define __UPDATE_RECORDS_BY_SERIES_H__ 31 reserved(std::vector<std::string>()),
32 options(std::map<std::string, std::string>())
55 worldTableName(worldTableName),
66 std::map<std::string, std::string>
options;
85 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
87 const std::vector<size_t> fo = rd->fieldOrder();
89 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
163 ::avro::encode(e, v.
count);
168 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
170 const std::vector<size_t> fo = rd->fieldOrder();
172 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
177 ::avro::decode(d, v.
count);
187 ::avro::decode(d, v.
count);
std::map< std::string, std::string > options
UpdateRecordsBySeriesRequest(const std::string &tableName, const std::string &worldTableName, const std::string &viewName, const std::vector< std::string > &reserved, const std::map< std::string, std::string > &options)
Constructs an UpdateRecordsBySeriesRequest object with the specified parameters.
std::string worldTableName
UpdateRecordsBySeriesRequest()
Constructs an UpdateRecordsBySeriesRequest object with default parameter values.
UpdateRecordsBySeriesResponse()
Constructs an UpdateRecordsBySeriesResponse object with default parameter values. ...
std::vector< std::string > reserved
A set of input parameters for updateRecordsBySeries(const UpdateRecordsBySeriesRequest&) const...
A set of output parameters for updateRecordsBySeries(const UpdateRecordsBySeriesRequest&) const...