6 #ifndef __ALTER_SYSTEM_PROPERTIES_H__ 7 #define __ALTER_SYSTEM_PROPERTIES_H__ 32 options(std::map<std::string, std::string>())
724 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesRequest>
734 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
736 const std::vector<size_t> fo = rd->fieldOrder();
738 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
779 info(std::map<std::string, std::string>())
792 std::map<std::string, std::string>
info;
798 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesResponse>
803 ::avro::encode(e, v.
info);
808 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
810 const std::vector<size_t> fo = rd->fieldOrder();
812 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
821 ::avro::decode(d, v.
info);
832 ::avro::decode(d, v.
info);
838 #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.