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

A set of results returned by GPUdb::createJoinTable. More...

#include <gpudb/protocol/create_join_table.h>

Public Member Functions

 CreateJoinTableResponse ()
 Constructs a CreateJoinTableResponse object with default parameters. More...
 

Public Attributes

std::string joinTableName
 Value of joinTableName. More...
 
int64_t count
 The number of records in the join table filtered by the given select expression. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::createJoinTable.

Definition at line 375 of file create_join_table.h.

Constructor & Destructor Documentation

◆ CreateJoinTableResponse()

gpudb::CreateJoinTableResponse::CreateJoinTableResponse ( )
inline

Constructs a CreateJoinTableResponse object with default parameters.

Definition at line 380 of file create_join_table.h.

Member Data Documentation

◆ count

int64_t gpudb::CreateJoinTableResponse::count

The number of records in the join table filtered by the given select expression.

Definition at line 397 of file create_join_table.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 408 of file create_join_table.h.

◆ joinTableName

std::string gpudb::CreateJoinTableResponse::joinTableName

Value of joinTableName.

Definition at line 391 of file create_join_table.h.


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