6 #ifndef __EXPORT_QUERY_METRICS_H__ 7 #define __EXPORT_QUERY_METRICS_H__ 26 options(std::map<std::string, std::string>())
116 template<>
struct codec_traits<
gpudb::ExportQueryMetricsRequest>
125 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
127 const std::vector<size_t> fo = rd->fieldOrder();
129 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
164 info(std::map<std::string, std::string>())
180 std::map<std::string, std::string>
info;
186 template<>
struct codec_traits<
gpudb::ExportQueryMetricsResponse>
190 ::avro::encode(e, v.
info);
195 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
197 const std::vector<size_t> fo = rd->fieldOrder();
199 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
204 ::avro::decode(d, v.
info);
214 ::avro::decode(d, v.
info);
220 #endif // __EXPORT_QUERY_METRICS_H__ std::map< std::string, std::string > info
Additional information.
ExportQueryMetricsRequest(const std::map< std::string, std::string > &options_)
Constructs an ExportQueryMetricsRequest object with the specified parameters.
ExportQueryMetricsResponse()
Constructs an ExportQueryMetricsResponse object with default parameters.
A set of results returned by GPUdb::exportQueryMetrics.
A set of parameters for GPUdb::exportQueryMetrics.
ExportQueryMetricsRequest()
Constructs an ExportQueryMetricsRequest object with default parameters.
std::map< std::string, std::string > options
Optional parameters.