6 #ifndef __CLEAR_TABLE_H__ 7 #define __CLEAR_TABLE_H__ 30 options(std::map<std::string, std::string>())
61 ClearTableRequest(
const std::string& tableName_,
const std::string& authorization_,
const std::map<std::string, std::string>& options_):
70 std::map<std::string, std::string>
options;
87 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
89 const std::vector<size_t> fo = rd->fieldOrder();
91 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
161 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
163 const std::vector<size_t> fo = rd->fieldOrder();
165 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of input parameters for clearTable(const ClearTableRequest&) const.
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.
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()
Constructs a ClearTableRequest object with default parameter values.