6 #ifndef __ALTER_TABLE_H__ 7 #define __ALTER_TABLE_H__ 50 options(std::map<std::string, std::string>())
83 std::map<std::string, std::string>
options;
94 ::avro::encode(e, v.
action);
95 ::avro::encode(e, v.
value);
101 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
103 const std::vector<size_t> fo = rd->fieldOrder();
105 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
114 ::avro::decode(d, v.
action);
118 ::avro::decode(d, v.
value);
133 ::avro::decode(d, v.
action);
134 ::avro::decode(d, v.
value);
198 ::avro::encode(e, v.
action);
199 ::avro::encode(e, v.
value);
204 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
206 const std::vector<size_t> fo = rd->fieldOrder();
208 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
217 ::avro::decode(d, v.
action);
221 ::avro::decode(d, v.
value);
232 ::avro::decode(d, v.
action);
233 ::avro::decode(d, v.
value);
A set of output parameters for alterTable(const AlterTableRequest&) const.
AlterTableResponse()
Constructs an AlterTableResponse object with default parameter values.
std::map< std::string, std::string > options
AlterTableRequest(const std::string &tableName, const std::string &action, const std::string &value, const std::map< std::string, std::string > &options)
Constructs an AlterTableRequest object with the specified parameters.
A set of input parameters for alterTable(const AlterTableRequest&) const.
AlterTableRequest()
Constructs an AlterTableRequest object with default parameter values.