6 #ifndef __ALTER_SYSTEM_PROPERTIES_H__
7 #define __ALTER_SYSTEM_PROPERTIES_H__
33 options(std::map<std::string, std::string>())
237 template<>
struct codec_traits<gpudb::AlterSystemPropertiesRequest>
247 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
249 const std::vector<size_t> fo = rd->fieldOrder();
251 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
301 info(std::map<std::string, std::string>())
306 std::map<std::string, std::string>
info;
312 template<>
struct codec_traits<gpudb::AlterSystemPropertiesResponse>
317 ::avro::encode(e, v.
info);
322 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
324 const std::vector<size_t> fo = rd->fieldOrder();
326 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
335 ::avro::decode(d, v.
info);
346 ::avro::decode(d, v.
info);
std::map< std::string, std::string > info
A set of input parameters for const.
std::map< std::string, std::string > updatedPropertiesMap
std::map< std::string, std::string > propertyUpdatesMap
AlterSystemPropertiesResponse()
Constructs an AlterSystemPropertiesResponse object with default parameter values. ...
AlterSystemPropertiesRequest()
Constructs an AlterSystemPropertiesRequest object with default parameter values.
A set of output parameters for const.
AlterSystemPropertiesRequest(const std::map< std::string, std::string > &propertyUpdatesMap_, const std::map< std::string, std::string > &options_)
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
std::map< std::string, std::string > options