GPUdb C++ API
Version 6.0.1.0
|
A set of output parameters for 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 const.
Performs a union (concatenation) of one or more existing tables or views, the results of which are stored in a new view. 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'. Though not explicitly unions, intersect and except are also available from this endpoint.
Definition at line 214 of file create_union.h.
|
inline |
Constructs a CreateUnionResponse object with default parameter values.
Definition at line 221 of file create_union.h.
std::string gpudb::CreateUnionResponse::tableName |
Definition at line 226 of file create_union.h.