GPUdb C++ API  Version 7.2.2.4
gpudb::DeleteRecordsResponse Struct Reference

A set of results returned by GPUdb::deleteRecords. More...

#include <gpudb/protocol/delete_records.h>

Public Member Functions

 DeleteRecordsResponse ()
 Constructs a DeleteRecordsResponse object with default parameters. More...
 

Public Attributes

int64_t countDeleted
 Total number of records deleted across all expressions. More...
 
std::vector< int64_t > countsDeleted
 Total number of records deleted per expression. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::deleteRecords.

Definition at line 223 of file delete_records.h.

Constructor & Destructor Documentation

◆ DeleteRecordsResponse()

gpudb::DeleteRecordsResponse::DeleteRecordsResponse ( )
inline

Constructs a DeleteRecordsResponse object with default parameters.

Definition at line 228 of file delete_records.h.

Member Data Documentation

◆ countDeleted

int64_t gpudb::DeleteRecordsResponse::countDeleted

Total number of records deleted across all expressions.

Definition at line 238 of file delete_records.h.

◆ countsDeleted

std::vector<int64_t> gpudb::DeleteRecordsResponse::countsDeleted

Total number of records deleted per expression.

Definition at line 243 of file delete_records.h.

◆ info

std::map<std::string, std::string> gpudb::DeleteRecordsResponse::info

Additional information.

Definition at line 248 of file delete_records.h.


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