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

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. More...
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::createUnion.

Definition at line 525 of file create_union.h.

Constructor & Destructor Documentation

◆ CreateUnionResponse()

gpudb::CreateUnionResponse::CreateUnionResponse ( )
inline

Constructs a CreateUnionResponse object with default parameters.

Definition at line 530 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 552 of file create_union.h.

◆ tableName

std::string gpudb::CreateUnionResponse::tableName

Value of tableName.

Definition at line 539 of file create_union.h.


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