GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::alterSystemProperties. More...
#include <gpudb/protocol/alter_system_properties.h>
Public Member Functions | |
AlterSystemPropertiesResponse () | |
Constructs an AlterSystemPropertiesResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | updatedPropertiesMap |
Map of values updated; for speed tests, a map of values measured to the measurement. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::alterSystemProperties.
Definition at line 826 of file alter_system_properties.h.
|
inline |
Constructs an AlterSystemPropertiesResponse object with default parameters.
Definition at line 832 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesResponse::info |
Additional information.
Definition at line 847 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesResponse::updatedPropertiesMap |
Map of values updated; for speed tests, a map of values measured to the measurement.
Definition at line 842 of file alter_system_properties.h.