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

A set of output parameters for const. More...

#include <gpudb/protocol/merge_records.h>

Public Member Functions

 MergeRecordsResponse ()
 Constructs a MergeRecordsResponse object with default parameter values. More...
 

Public Attributes

std::string tableName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Create a new empty result table (specified by tableName), and insert all records from source tables (specified by sourceTableNames) based on the field mapping information (specified by fieldMaps).

For merge records details and examples, see Merge Records. For limitations, see Merge Records Limitations and Cautions.

The field map (specified by fieldMaps) holds the user-specified maps of target table column names to source table columns. The array of fieldMaps must match one-to-one with the sourceTableNames, e.g., there's a map present in fieldMaps for each table listed in sourceTableNames.

Definition at line 215 of file merge_records.h.

Constructor & Destructor Documentation

gpudb::MergeRecordsResponse::MergeRecordsResponse ( )
inline

Constructs a MergeRecordsResponse object with default parameter values.

Definition at line 222 of file merge_records.h.

Member Data Documentation

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

Definition at line 229 of file merge_records.h.

std::string gpudb::MergeRecordsResponse::tableName

Definition at line 228 of file merge_records.h.


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