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. | |
Public Attributes | |
| std::string | joinTableName |
| Value of joinTableName. | |
| int64_t | count |
| The number of records in the join table filtered by the given select expression. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createJoinTable.
Definition at line 414 of file create_join_table.h.
Constructor & Destructor Documentation
◆ CreateJoinTableResponse()
| inline |
Constructs a CreateJoinTableResponse object with default parameters.
Definition at line 419 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 436 of file create_join_table.h.
◆ info
| std::map<std::string, std::string> gpudb::CreateJoinTableResponse::info |
Additional information.
- create_join_table_qualified_join_table_name: The fully qualified name of the join table (i.e. including the schema).
The default value is an empty map.
Definition at line 448 of file create_join_table.h.
◆ joinTableName
| std::string gpudb::CreateJoinTableResponse::joinTableName |
Value of joinTableName.
Definition at line 430 of file create_join_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_join_table.h