Skip to main content

A set of results returned by GPUdb::alterTier. More…

#include <gpudb/protocol/alter_tier.h>

Public Member Functions

 AlterTierResponse ()
 Constructs an AlterTierResponse object with default parameters.
 

Public Attributes

std::string name
 Value of name.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::alterTier.

Definition at line 197 of file alter_tier.h.

Constructor & Destructor Documentation

◆ AlterTierResponse()

gpudb::AlterTierResponse::AlterTierResponse ()
inline

Constructs an AlterTierResponse object with default parameters.

Definition at line 202 of file alter_tier.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 216 of file alter_tier.h.

◆ name

std::string gpudb::AlterTierResponse::name

Value of name.

Definition at line 211 of file alter_tier.h.


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