GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::createJoinTable.
Definition at line 375 of file create_join_table.h.
|
inline |
Constructs a CreateJoinTableResponse object with default parameters.
Definition at line 380 of file create_join_table.h.
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.
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.
std::string gpudb::CreateJoinTableResponse::joinTableName |
Value of joinTableName.
Definition at line 391 of file create_join_table.h.