6 #ifndef __CLEAR_TABLE_H__
7 #define __CLEAR_TABLE_H__
30 options(std::map<std::string, std::string>())
45 ClearTableRequest(
const std::string& tableName_,
const std::string& authorization_,
const std::map<std::string, std::string>& options_):
54 std::map<std::string, std::string>
options;
60 template<>
struct codec_traits<gpudb::ClearTableRequest>
71 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
73 const std::vector<size_t> fo = rd->fieldOrder();
75 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
136 template<>
struct codec_traits<gpudb::ClearTableResponse>
145 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
147 const std::vector<size_t> fo = rd->fieldOrder();
149 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of input parameters for 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 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.