6 #ifndef __ALTER_SYSTEM_PROPERTIES_H__ 7 #define __ALTER_SYSTEM_PROPERTIES_H__ 32 options(std::map<std::string, std::string>())
779 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesRequest>
789 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
791 const std::vector<size_t> fo = rd->fieldOrder();
793 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
834 info(std::map<std::string, std::string>())
847 std::map<std::string, std::string>
info;
853 template<>
struct codec_traits<
gpudb::AlterSystemPropertiesResponse>
858 ::avro::encode(e, v.
info);
863 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
865 const std::vector<size_t> fo = rd->fieldOrder();
867 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
876 ::avro::decode(d, v.
info);
887 ::avro::decode(d, v.
info);
893 #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.