GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for 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 |
std::map< std::string, std::string > | info |
A set of output parameters for 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 152 of file update_records_by_series.h.
std::map<std::string, std::string> gpudb::UpdateRecordsBySeriesResponse::info |
Definition at line 153 of file update_records_by_series.h.