GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::adminRemoveHost. More...
#include <gpudb/protocol/admin_remove_host.h>
Public Member Functions | |
AdminRemoveHostResponse () | |
Constructs an AdminRemoveHostResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::adminRemoveHost.
Definition at line 152 of file admin_remove_host.h.
|
inline |
Constructs an AdminRemoveHostResponse object with default parameters.
Definition at line 158 of file admin_remove_host.h.
std::map<std::string, std::string> gpudb::AdminRemoveHostResponse::info |
Additional information.
Definition at line 166 of file admin_remove_host.h.