A set of results returned by GPUdb::insertRecords. More…
#include <gpudb/protocol/insert_records.h>
Public Member Functions | |
| InsertRecordsResponse () | |
| Constructs an InsertRecordsResponse object with default parameters. | |
Public Attributes | |
| std::vector< std::string > | recordIds |
| An array containing the IDs with which the added records are identified internally. | |
| int32_t | countInserted |
| The number of records inserted. | |
| int32_t | countUpdated |
| The number of records updated. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::insertRecords.
Definition at line 1488 of file insert_records.h.
Constructor & Destructor Documentation
◆ InsertRecordsResponse()
| inline |
Constructs an InsertRecordsResponse object with default parameters.
Definition at line 1493 of file insert_records.h.
Member Data Documentation
◆ countInserted
| int32_t gpudb::InsertRecordsResponse::countInserted |
The number of records inserted.
Definition at line 1510 of file insert_records.h.
◆ countUpdated
| int32_t gpudb::InsertRecordsResponse::countUpdated |
The number of records updated.
Definition at line 1515 of file insert_records.h.
◆ info
| std::map<std::string, std::string> gpudb::InsertRecordsResponse::info |
Additional information.
- insert_records_bad_record_indices: If return_individual_errors option is specified or implied, returns a comma-separated list of invalid indices (0-based).
- insert_records_error_N: Error message for record at index N (0-based).
Definition at line 1528 of file insert_records.h.
◆ recordIds
| std::vector<std::string> gpudb::InsertRecordsResponse::recordIds |
An array containing the IDs with which the added records are identified internally.
Definition at line 1505 of file insert_records.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/insert_records.h