GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::DeleteRecordsResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::DeleteRecordsResponse::DeleteRecordsResponse ( )
inline

Constructs a DeleteRecordsResponse object with default parameter values.

Definition at line 167 of file delete_records.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: