GPUdb C++ API  Version 7.2.2.4
gpudb::MergeRecordsResponse Struct Reference

A set of results returned by GPUdb::mergeRecords. More...

#include <gpudb/protocol/merge_records.h>

Public Member Functions

 MergeRecordsResponse ()
 Constructs a MergeRecordsResponse object with default parameters. More...
 

Public Attributes

std::string tableName
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::mergeRecords.

Definition at line 385 of file merge_records.h.

Constructor & Destructor Documentation

◆ MergeRecordsResponse()

gpudb::MergeRecordsResponse::MergeRecordsResponse ( )
inline

Constructs a MergeRecordsResponse object with default parameters.

Definition at line 390 of file merge_records.h.

Member Data Documentation

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 407 of file merge_records.h.

◆ tableName

std::string gpudb::MergeRecordsResponse::tableName

Definition at line 396 of file merge_records.h.


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