6 #ifndef __CREATE_TABLE_H__ 7 #define __CREATE_TABLE_H__ 36 options(std::map<std::string, std::string>())
117 ::avro::encode(e, v.
typeId);
123 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
125 const std::vector<size_t> fo = rd->fieldOrder();
127 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
136 ::avro::decode(d, v.
typeId);
151 ::avro::decode(d, v.
typeId);
202 ::avro::encode(e, v.
typeId);
208 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
210 const std::vector<size_t> fo = rd->fieldOrder();
212 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
221 ::avro::decode(d, v.
typeId);
236 ::avro::decode(d, v.
typeId);
CreateTableRequest()
Constructs a CreateTableRequest object with default parameter values.
A set of input parameters for createTable(const CreateTableRequest&) const.
CreateTableResponse()
Constructs a CreateTableResponse object with default parameter values.
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.
A set of output parameters for createTable(const CreateTableRequest&) const.
std::map< std::string, std::string > options