Skip to main content

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.
 

Public Attributes

std::string tableName
 The name of the table to which the records were appended.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::appendRecords.

Definition at line 486 of file append_records.h.

Constructor & Destructor Documentation

◆ AppendRecordsResponse()

gpudb::AppendRecordsResponse::AppendRecordsResponse ()
inline

Constructs an AppendRecordsResponse object with default parameters.

Definition at line 491 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 505 of file append_records.h.

◆ tableName

std::string gpudb::AppendRecordsResponse::tableName

The name of the table to which the records were appended.

Definition at line 500 of file append_records.h.


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