6 #ifndef __ALTER_SYSTEM_PROPERTIES_H__ 7 #define __ALTER_SYSTEM_PROPERTIES_H__ 32 options(std::map<std::string, std::string>())
790 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesRequest>
800 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
802 const std::vector<size_t> fo = rd->fieldOrder();
804 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
845 info(std::map<std::string, std::string>())
858 std::map<std::string, std::string>
info;
864 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesResponse>
869 ::avro::encode(e, v.
info);
874 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
876 const std::vector<size_t> fo = rd->fieldOrder();
878 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
887 ::avro::decode(d, v.
info);
898 ::avro::decode(d, v.
info);
904 #endif // __ALTER_SYSTEM_PROPERTIES_H__ std::map< std::string, std::string > info
Additional information.
A set of parameters for GPUdb::alterSystemProperties.
std::map< std::string, std::string > updatedPropertiesMap
Map of values updated; for speed tests, a map of values measured to the measurement.
std::map< std::string, std::string > propertyUpdatesMap
Map containing the properties of the system to be updated.
AlterSystemPropertiesResponse()
Constructs an AlterSystemPropertiesResponse object with default parameters.
AlterSystemPropertiesRequest()
Constructs an AlterSystemPropertiesRequest object with default parameters.
A set of results returned by GPUdb::alterSystemProperties.
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
Optional parameters.