GPUdb C++ API  Version 6.1.0.0
gpudb::CreateUnionResponse Struct Reference

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
 

Detailed Description

A set of output parameters for createUnion(const CreateUnionRequest&) const.

Performs a union (concatenation) of one or more existing tables or views, the results of which are stored in a new table. 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 223 of file create_union.h.

Constructor & Destructor Documentation

◆ CreateUnionResponse()

gpudb::CreateUnionResponse::CreateUnionResponse ( )
inline

Constructs a CreateUnionResponse object with default parameter values.

Definition at line 230 of file create_union.h.

Member Data Documentation

◆ tableName

std::string gpudb::CreateUnionResponse::tableName

Definition at line 235 of file create_union.h.


The documentation for this struct was generated from the following file: