GPUdb C++ API
Version 6.1.0.0
|
A set of output parameters for createJoinTable(const CreateJoinTableRequest&) 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 |
A set of output parameters for createJoinTable(const CreateJoinTableRequest&) const.
Creates a table that is the result of a SQL JOIN. For details see: join concept documentation.
Definition at line 236 of file create_join_table.h.
|
inline |
Constructs a CreateJoinTableResponse object with default parameter values.
Definition at line 243 of file create_join_table.h.
int64_t gpudb::CreateJoinTableResponse::count |
Definition at line 250 of file create_join_table.h.
std::string gpudb::CreateJoinTableResponse::joinTableName |
Definition at line 249 of file create_join_table.h.