GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::CreateJoinTableResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/create_join_table.h>

Public Member Functions

 CreateJoinTableResponse ()
 Constructs a CreateJoinTableResponse object with default parameter values. More...
 

Public Attributes

std::string joinTableName
 
int64_t count
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Creates a table that is the result of a SQL JOIN.

For join details and examples see: Joins. For limitations, see Join Limitations and Cautions.

Definition at line 201 of file create_join_table.h.

Constructor & Destructor Documentation

gpudb::CreateJoinTableResponse::CreateJoinTableResponse ( )
inline

Constructs a CreateJoinTableResponse object with default parameter values.

Definition at line 208 of file create_join_table.h.

Member Data Documentation

int64_t gpudb::CreateJoinTableResponse::count

Definition at line 216 of file create_join_table.h.

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

Definition at line 217 of file create_join_table.h.

std::string gpudb::CreateJoinTableResponse::joinTableName

Definition at line 215 of file create_join_table.h.


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