GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createUnion. More...
#include <gpudb/protocol/create_union.h>
Public Member Functions | |
CreateUnionResponse () | |
Constructs a CreateUnionResponse object with default parameters. More... | |
Public Attributes | |
std::string | tableName |
Value of tableName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createUnion.
Definition at line 525 of file create_union.h.
|
inline |
Constructs a CreateUnionResponse object with default parameters.
Definition at line 530 of file create_union.h.
std::map<std::string, std::string> gpudb::CreateUnionResponse::info |
Additional information.
The default value is an empty map.
Definition at line 552 of file create_union.h.
std::string gpudb::CreateUnionResponse::tableName |
Value of tableName.
Definition at line 539 of file create_union.h.