6 #ifndef __SHOW_SYSTEM_PROPERTIES_H__ 7 #define __SHOW_SYSTEM_PROPERTIES_H__ 27 options(std::map<std::string, std::string>())
61 std::map<std::string, std::string>
options;
67 template<>
struct codec_traits<
gpudb::ShowSystemPropertiesRequest>
76 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
78 const std::vector<size_t> fo = rd->fieldOrder();
80 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
116 info(std::map<std::string, std::string>())
164 std::map<std::string, std::string>
info;
170 template<>
struct codec_traits<
gpudb::ShowSystemPropertiesResponse>
175 ::avro::encode(e, v.
info);
180 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
182 const std::vector<size_t> fo = rd->fieldOrder();
184 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
193 ::avro::decode(d, v.
info);
204 ::avro::decode(d, v.
info);
210 #endif // __SHOW_SYSTEM_PROPERTIES_H__ ShowSystemPropertiesRequest(const std::map< std::string, std::string > &options_)
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
A set of results returned by GPUdb::showSystemProperties.
A set of parameters for GPUdb::showSystemProperties.
std::map< std::string, std::string > options
Optional parameters.
std::map< std::string, std::string > propertyMap
A map of server configuration parameters and version information.
ShowSystemPropertiesResponse()
Constructs a ShowSystemPropertiesResponse object with default parameters.
ShowSystemPropertiesRequest()
Constructs a ShowSystemPropertiesRequest object with default parameters.
std::map< std::string, std::string > info
Additional information.