6 #ifndef __CREATE_TABLE_MONITOR_H__
7 #define __CREATE_TABLE_MONITOR_H__
36 options(std::map<std::string, std::string>())
56 std::map<std::string, std::string>
options;
62 template<>
struct codec_traits<gpudb::CreateTableMonitorRequest>
72 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
74 const std::vector<size_t> fo = rd->fieldOrder();
76 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
142 template<>
struct codec_traits<gpudb::CreateTableMonitorResponse>
153 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
155 const std::vector<size_t> fo = rd->fieldOrder();
157 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
std::map< std::string, std::string > options
A set of output parameters for const.
CreateTableMonitorResponse()
Constructs a CreateTableMonitorResponse object with default parameter values.
A set of input parameters for const.
CreateTableMonitorRequest()
Constructs a CreateTableMonitorRequest object with default parameter values.
CreateTableMonitorRequest(const std::string &tableName_, const std::map< std::string, std::string > &options_)
Constructs a CreateTableMonitorRequest object with the specified parameters.