6 #ifndef __CREATE_TABLE_H__ 7 #define __CREATE_TABLE_H__ 38 options(std::map<std::string, std::string>())
150 CreateTableRequest(
const std::string& tableName_,
const std::string& typeId_,
const std::map<std::string, std::string>& options_):
170 ::avro::encode(e, v.
typeId);
176 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
178 const std::vector<size_t> fo = rd->fieldOrder();
180 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
189 ::avro::decode(d, v.
typeId);
204 ::avro::decode(d, v.
typeId);
257 ::avro::encode(e, v.
typeId);
263 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
265 const std::vector<size_t> fo = rd->fieldOrder();
267 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
276 ::avro::decode(d, v.
typeId);
291 ::avro::decode(d, v.
typeId);
CreateTableRequest()
Constructs a CreateTableRequest object with default parameter values.
A set of input parameters for createTable(const CreateTableRequest&) const.
CreateTableRequest(const std::string &tableName_, const std::string &typeId_, const std::map< std::string, std::string > &options_)
Constructs a CreateTableRequest object with the specified parameters.
CreateTableResponse()
Constructs a CreateTableResponse object with default parameter values.
A set of output parameters for createTable(const CreateTableRequest&) const.
std::map< std::string, std::string > options