GPUdb C++ API
Version 5.2.0.0
|
A set of output parameters for createUnion(const CreateUnionRequest&) const. More...
#include <gpudb/protocol/create_union.h>
Public Member Functions | |
CreateUnionResponse () | |
Constructs a CreateUnionResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
A set of output parameters for createUnion(const CreateUnionRequest&) const.
Creates a table that is the concatenation of one or more existing tables. It is equivalent to the SQL UNION ALL operator. Non-charN 'string' and 'bytes' column types cannot be included in a union, neither can columns with the property 'store_only'.
Definition at line 150 of file create_union.h.
|
inline |
Constructs a CreateUnionResponse object with default parameter values.
Definition at line 157 of file create_union.h.
std::string gpudb::CreateUnionResponse::tableName |
Definition at line 162 of file create_union.h.