GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for updateRecordsBySeries(const UpdateRecordsBySeriesRequest&) const. More...
#include <gpudb/protocol/update_records_by_series.h>
Public Member Functions | |
UpdateRecordsBySeriesResponse () | |
Constructs an UpdateRecordsBySeriesResponse object with default parameter values. More... | |
Public Attributes | |
int32_t | count |
A set of output parameters for updateRecordsBySeries(const UpdateRecordsBySeriesRequest&) const.
Updates the view specified by tableName to include full series (track) information from the worldTableName for the series (tracks) present in the viewName.
Definition at line 139 of file update_records_by_series.h.
|
inline |
Constructs an UpdateRecordsBySeriesResponse object with default parameter values.
Definition at line 146 of file update_records_by_series.h.
int32_t gpudb::UpdateRecordsBySeriesResponse::count |
Definition at line 151 of file update_records_by_series.h.