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

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

#include <gpudb/protocol/append_records.h>

Public Member Functions

 AppendRecordsResponse ()
 Constructs an AppendRecordsResponse 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::appendRecords.

Definition at line 417 of file append_records.h.

Constructor & Destructor Documentation

◆ AppendRecordsResponse()

gpudb::AppendRecordsResponse::AppendRecordsResponse ( )
inline

Constructs an AppendRecordsResponse object with default parameters.

Definition at line 422 of file append_records.h.

Member Data Documentation

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 433 of file append_records.h.

◆ tableName

std::string gpudb::AppendRecordsResponse::tableName

Definition at line 428 of file append_records.h.


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