Skip to main content

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.
 

Public Attributes

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 > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::alterSystemProperties.

Definition at line 792 of file alter_system_properties.h.

Constructor & Destructor Documentation

◆ AlterSystemPropertiesResponse()

gpudb::AlterSystemPropertiesResponse::AlterSystemPropertiesResponse ()
inline

Constructs an AlterSystemPropertiesResponse object with default parameters.

Definition at line 798 of file alter_system_properties.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AlterSystemPropertiesResponse::info

Additional information.

Definition at line 813 of file alter_system_properties.h.

◆ updatedPropertiesMap

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 808 of file alter_system_properties.h.


The documentation for this struct was generated from the following file: