|
GPUdb C++ API
Version 7.2.3.0
|
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 443 of file create_join_table.h.
|
inline |
Constructs a CreateJoinTableResponse object with default parameters.
Definition at line 448 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 465 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 476 of file create_join_table.h.
| std::string gpudb::CreateJoinTableResponse::joinTableName |
Value of joinTableName.
Definition at line 459 of file create_join_table.h.