6 #ifndef __ALTER_SYSTEM_PROPERTIES_H__ 7 #define __ALTER_SYSTEM_PROPERTIES_H__ 32 options(std::map<std::string, std::string>())
734 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesRequest>
744 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
746 const std::vector<size_t> fo = rd->fieldOrder();
748 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
789 info(std::map<std::string, std::string>())
802 std::map<std::string, std::string>
info;
808 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesResponse>
813 ::avro::encode(e, v.
info);
818 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
820 const std::vector<size_t> fo = rd->fieldOrder();
822 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
831 ::avro::decode(d, v.
info);
842 ::avro::decode(d, v.
info);
848 #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.