GPUdb C++ API  Version 6.2.0.3
gpudb::CreateJoinTableResponse Struct Reference

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
 

Detailed Description

A set of output parameters for createJoinTable(const CreateJoinTableRequest&) 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 267 of file create_join_table.h.

Constructor & Destructor Documentation

◆ CreateJoinTableResponse()

gpudb::CreateJoinTableResponse::CreateJoinTableResponse ( )
inline

Constructs a CreateJoinTableResponse object with default parameter values.

Definition at line 274 of file create_join_table.h.

Member Data Documentation

◆ count

int64_t gpudb::CreateJoinTableResponse::count

Definition at line 281 of file create_join_table.h.

◆ joinTableName

std::string gpudb::CreateJoinTableResponse::joinTableName

Definition at line 280 of file create_join_table.h.


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