A set of results returned by GPUdb::insertRecordsFromPayload. More…
#include <gpudb/protocol/insert_records_from_payload.h>
Public Member Functions | |
| InsertRecordsFromPayloadResponse () | |
| Constructs an InsertRecordsFromPayloadResponse object with default parameters. | |
Public Attributes | |
| std::string | tableName |
| Value of tableName. | |
| std::string | typeId |
| ID of the currently registered table structure type for the target table. | |
| std::string | typeDefinition |
| A JSON string describing the columns of the target table. | |
| std::string | typeLabel |
| The user-defined description associated with the target table’s structure. | |
| std::map< std::string, std::vector< std::string > > | typeProperties |
| A mapping of each target table column name to an array of column properties associated with that column. | |
| int64_t | countInserted |
| Number of records inserted into the target table. | |
| int64_t | countSkipped |
| Number of records skipped, when not running in abort error handling mode. | |
| int64_t | countUpdated |
| [Not yet implemented] Number of records updated within the target table. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::insertRecordsFromPayload.
Definition at line 2159 of file insert_records_from_payload.h.
Constructor & Destructor Documentation
◆ InsertRecordsFromPayloadResponse()
| inline |
Constructs an InsertRecordsFromPayloadResponse object with default parameters.
Definition at line 2165 of file insert_records_from_payload.h.
Member Data Documentation
◆ countInserted
| int64_t gpudb::InsertRecordsFromPayloadResponse::countInserted |
Number of records inserted into the target table.
Definition at line 2211 of file insert_records_from_payload.h.
◆ countSkipped
| int64_t gpudb::InsertRecordsFromPayloadResponse::countSkipped |
Number of records skipped, when not running in abort error handling mode.
Definition at line 2218 of file insert_records_from_payload.h.
◆ countUpdated
| int64_t gpudb::InsertRecordsFromPayloadResponse::countUpdated |
[Not yet implemented] Number of records updated within the target table.
Definition at line 2224 of file insert_records_from_payload.h.
◆ info
| std::map<std::string, std::string> gpudb::InsertRecordsFromPayloadResponse::info |
Additional information.
Definition at line 2229 of file insert_records_from_payload.h.
◆ tableName
| std::string gpudb::InsertRecordsFromPayloadResponse::tableName |
Value of tableName.
Definition at line 2182 of file insert_records_from_payload.h.
◆ typeDefinition
| std::string gpudb::InsertRecordsFromPayloadResponse::typeDefinition |
A JSON string describing the columns of the target table.
Definition at line 2194 of file insert_records_from_payload.h.
◆ typeId
| std::string gpudb::InsertRecordsFromPayloadResponse::typeId |
ID of the currently registered table structure type for the target table.
Definition at line 2189 of file insert_records_from_payload.h.
◆ typeLabel
| std::string gpudb::InsertRecordsFromPayloadResponse::typeLabel |
The user-defined description associated with the target table’s structure.
Definition at line 2200 of file insert_records_from_payload.h.
◆ typeProperties
| std::map<std::string, std::vector<std::string> > gpudb::InsertRecordsFromPayloadResponse::typeProperties |
A mapping of each target table column name to an array of column properties associated with that column.
Definition at line 2206 of file insert_records_from_payload.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/insert_records_from_payload.h