GPUdb C++ API
Version 6.1.0.0
|
A set of output parameters for mergeRecords(const MergeRecordsRequest&) 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 |
A set of output parameters for mergeRecords(const MergeRecordsRequest&) 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). 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. Read more about Merge Records here.
Definition at line 185 of file merge_records.h.
|
inline |
Constructs a MergeRecordsResponse object with default parameter values.
Definition at line 192 of file merge_records.h.
std::string gpudb::MergeRecordsResponse::tableName |
Definition at line 197 of file merge_records.h.