GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
std::string | tableName |
Value of tableName. More... | |
int64_t | count |
Number of records inserted. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::insertRecordsRandom.
Definition at line 660 of file insert_records_random.h.
|
inline |
Constructs an InsertRecordsRandomResponse object with default parameters.
Definition at line 666 of file insert_records_random.h.
int64_t gpudb::InsertRecordsRandomResponse::count |
Number of records inserted.
Definition at line 682 of file insert_records_random.h.
std::map<std::string, std::string> gpudb::InsertRecordsRandomResponse::info |
Additional information.
Definition at line 687 of file insert_records_random.h.
std::string gpudb::InsertRecordsRandomResponse::tableName |
Value of tableName.
Definition at line 677 of file insert_records_random.h.