GPUdb C++ API
Version 6.0.1.0
|
A set of output parameters for 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 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) or a single record identified by record_id options. Note that the two 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 143 of file delete_records.h.
|
inline |
Constructs a DeleteRecordsResponse object with default parameter values.
Definition at line 150 of file delete_records.h.
int64_t gpudb::DeleteRecordsResponse::countDeleted |
Definition at line 156 of file delete_records.h.
std::vector<int64_t> gpudb::DeleteRecordsResponse::countsDeleted |
Definition at line 157 of file delete_records.h.