A set of results returned by GPUdb::insertRecordsRandom. More…
#include <gpudb/protocol/insert_records_random.h>
Public Member Functions | |
| InsertRecordsRandomResponse () | |
| Constructs an InsertRecordsRandomResponse object with default parameters. | |
Public Attributes | |
| std::string | tableName |
| Value of tableName. | |
| int64_t | count |
| Number of records inserted. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::insertRecordsRandom.
Definition at line 661 of file insert_records_random.h.
Constructor & Destructor Documentation
◆ InsertRecordsRandomResponse()
| inline |
Constructs an InsertRecordsRandomResponse object with default parameters.
Definition at line 667 of file insert_records_random.h.
Member Data Documentation
◆ count
| int64_t gpudb::InsertRecordsRandomResponse::count |
Number of records inserted.
Definition at line 683 of file insert_records_random.h.
◆ info
| std::map<std::string, std::string> gpudb::InsertRecordsRandomResponse::info |
Additional information.
Definition at line 688 of file insert_records_random.h.
◆ tableName
| std::string gpudb::InsertRecordsRandomResponse::tableName |
Value of tableName.
Definition at line 678 of file insert_records_random.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/insert_records_random.h