GPUdb C++ API
Version 7.0.19.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 |
std::map< std::string, std::string > | info |
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), 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 174 of file delete_records.h.
std::vector<int64_t> gpudb::DeleteRecordsResponse::countsDeleted |
Definition at line 175 of file delete_records.h.
std::map<std::string, std::string> gpudb::DeleteRecordsResponse::info |
Definition at line 176 of file delete_records.h.