GPUdb C++ API  Version 5.2.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.

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.

Constructor & Destructor Documentation

gpudb::CreateUnionResponse::CreateUnionResponse ( )
inline

Constructs a CreateUnionResponse object with default parameter values.

Definition at line 157 of file create_union.h.

Member Data Documentation

std::string gpudb::CreateUnionResponse::tableName

Definition at line 162 of file create_union.h.


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