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()
| 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.
- create_union_count: Number of records in the final table.
- create_union_qualified_table_name: The fully qualified name of the result table (i.e. including the schema).
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:
- gpudb/protocol/create_union.h