6 #ifndef __SHOW_SYSTEM_PROPERTIES_H__
7 #define __SHOW_SYSTEM_PROPERTIES_H__
28 options(std::map<std::string, std::string>())
51 std::map<std::string, std::string>
options;
57 template<>
struct codec_traits<gpudb::ShowSystemPropertiesRequest>
66 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
68 const std::vector<size_t> fo = rd->fieldOrder();
70 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
111 info(std::map<std::string, std::string>())
116 std::map<std::string, std::string>
info;
122 template<>
struct codec_traits<gpudb::ShowSystemPropertiesResponse>
127 ::avro::encode(e, v.
info);
132 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
134 const std::vector<size_t> fo = rd->fieldOrder();
136 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
145 ::avro::decode(d, v.
info);
156 ::avro::decode(d, v.
info);
ShowSystemPropertiesRequest(const std::map< std::string, std::string > &options_)
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
A set of output parameters for const.
A set of input parameters for const.
std::map< std::string, std::string > options
std::map< std::string, std::string > propertyMap
ShowSystemPropertiesResponse()
Constructs a ShowSystemPropertiesResponse object with default parameter values.
ShowSystemPropertiesRequest()
Constructs a ShowSystemPropertiesRequest object with default parameter values.
std::map< std::string, std::string > info