GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for deleteRecords(const DeleteRecordsRequest&) const. More...
#include <gpudb/protocol/delete_records.h>
Public Member Functions | |
DeleteRecordsResponse () | |
Constructs a DeleteRecordsResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | countDeleted |
std::vector< int64_t > | countsDeleted |
A set of output parameters for deleteRecords(const DeleteRecordsRequest&) const.
Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more expressions (matching multiple records), a single record identified by record_id options, or all records when using delete_all_records. Note that the three selection criteria are mutually exclusive. This operation cannot be run on a collection or a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.
Definition at line 160 of file delete_records.h.
|
inline |
Constructs a DeleteRecordsResponse object with default parameter values.
Definition at line 167 of file delete_records.h.
int64_t gpudb::DeleteRecordsResponse::countDeleted |
Definition at line 173 of file delete_records.h.
std::vector<int64_t> gpudb::DeleteRecordsResponse::countsDeleted |
Definition at line 174 of file delete_records.h.