6 #ifndef __HAS_TABLE_H__ 7 #define __HAS_TABLE_H__ 26 options(std::map<std::string, std::string>())
45 std::map<std::string, std::string>
options;
61 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
63 const std::vector<size_t> fo = rd->fieldOrder();
65 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
129 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
131 const std::vector<size_t> fo = rd->fieldOrder();
133 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of input parameters for hasTable(const HasTableRequest&) const.
std::map< std::string, std::string > options
HasTableRequest(const std::string &tableName, const std::map< std::string, std::string > &options)
Constructs a HasTableRequest object with the specified parameters.
HasTableRequest()
Constructs a HasTableRequest object with default parameter values.
HasTableResponse()
Constructs a HasTableResponse object with default parameter values.
A set of output parameters for hasTable(const HasTableRequest&) const.