GPUdb C++ API
Version 7.0.19.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 |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Merges data from one or more tables with comparable data types into a new table.
The following merges are supported:
UNION (DISTINCT/ALL) - For data set union details and examples, see Union. For limitations, see Union Limitations and Cautions.
INTERSECT (DISTINCT/ALL) - For data set intersection details and examples, see Intersect. For limitations, see Intersect Limitations.
EXCEPT (DISTINCT/ALL) - For data set subtraction details and examples, see Except. For limitations, see Except Limitations.
MERGE VIEWS - For a given set of filtered views on a single table, creates a single filtered view containing all of the unique records across all of the given filtered data sets.
Non-charN 'string' and 'bytes' column types cannot be merged, nor can columns marked as store-only.
Definition at line 303 of file create_union.h.
|
inline |
Constructs a CreateUnionResponse object with default parameter values.
Definition at line 310 of file create_union.h.
std::map<std::string, std::string> gpudb::CreateUnionResponse::info |
Definition at line 317 of file create_union.h.
std::string gpudb::CreateUnionResponse::tableName |
Definition at line 316 of file create_union.h.