6 #ifndef __CLEAR_TABLE_H__ 7 #define __CLEAR_TABLE_H__ 30 options(std::map<std::string, std::string>())
49 authorization(authorization),
56 std::map<std::string, std::string>
options;
73 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
75 const std::vector<size_t> fo = rd->fieldOrder();
77 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
147 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
149 const std::vector<size_t> fo = rd->fieldOrder();
151 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of input parameters for clearTable(const ClearTableRequest&) const.
A set of output parameters for clearTable(const ClearTableRequest&) const.
ClearTableResponse()
Constructs a ClearTableResponse object with default parameter values.
std::string authorization
std::map< std::string, std::string > options
ClearTableRequest(const std::string &tableName, const std::string &authorization, const std::map< std::string, std::string > &options)
Constructs a ClearTableRequest object with the specified parameters.
ClearTableRequest()
Constructs a ClearTableRequest object with default parameter values.