GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::CreateUnionResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::CreateUnionResponse::CreateUnionResponse ( )
inline

Constructs a CreateUnionResponse object with default parameter values.

Definition at line 221 of file create_union.h.

Member Data Documentation

std::string gpudb::CreateUnionResponse::tableName

Definition at line 226 of file create_union.h.


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