GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::updateRecordsBySeries.
Definition at line 175 of file update_records_by_series.h.
|
inline |
Constructs an UpdateRecordsBySeriesResponse object with default parameters.
Definition at line 181 of file update_records_by_series.h.
int32_t gpudb::UpdateRecordsBySeriesResponse::count |
Definition at line 187 of file update_records_by_series.h.
std::map<std::string, std::string> gpudb::UpdateRecordsBySeriesResponse::info |
Additional information.
Definition at line 192 of file update_records_by_series.h.