6 #ifndef __CLEAR_TABLE_H__ 7 #define __CLEAR_TABLE_H__ 30 options(std::map<std::string, std::string>())
59 ClearTableRequest(
const std::string& tableName_,
const std::string& authorization_,
const std::map<std::string, std::string>& options_):
68 std::map<std::string, std::string>
options;
85 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
87 const std::vector<size_t> fo = rd->fieldOrder();
89 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
159 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
161 const std::vector<size_t> fo = rd->fieldOrder();
163 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.