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

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

#include <gpudb/protocol/update_records_by_series.h>

Public Member Functions

 UpdateRecordsBySeriesResponse ()
 Constructs an UpdateRecordsBySeriesResponse object with default parameters. More...
 

Public Attributes

int32_t count
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::updateRecordsBySeries.

Definition at line 175 of file update_records_by_series.h.

Constructor & Destructor Documentation

◆ UpdateRecordsBySeriesResponse()

gpudb::UpdateRecordsBySeriesResponse::UpdateRecordsBySeriesResponse ( )
inline

Constructs an UpdateRecordsBySeriesResponse object with default parameters.

Definition at line 181 of file update_records_by_series.h.

Member Data Documentation

◆ count

int32_t gpudb::UpdateRecordsBySeriesResponse::count

Definition at line 187 of file update_records_by_series.h.

◆ info

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

Additional information.

Definition at line 192 of file update_records_by_series.h.


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