Skip to main content

A set of results returned by GPUdb::createUnion. More…

#include <gpudb/protocol/create_union.h>

Public Member Functions

 CreateUnionResponse ()
 Constructs a CreateUnionResponse object with default parameters.
 

Public Attributes

std::string tableName
 Value of tableName.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::createUnion.

Definition at line 651 of file create_union.h.

Constructor & Destructor Documentation

◆ CreateUnionResponse()

gpudb::CreateUnionResponse::CreateUnionResponse ()
inline

Constructs a CreateUnionResponse object with default parameters.

Definition at line 656 of file create_union.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::CreateUnionResponse::info

Additional information.

The default value is an empty map.

Definition at line 678 of file create_union.h.

◆ tableName

std::string gpudb::CreateUnionResponse::tableName

Value of tableName.

Definition at line 665 of file create_union.h.


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