GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::UpdateRecordsBySeriesResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::UpdateRecordsBySeriesResponse::UpdateRecordsBySeriesResponse ( )
inline

Constructs an UpdateRecordsBySeriesResponse object with default parameter values.

Definition at line 146 of file update_records_by_series.h.

Member Data Documentation

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.


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