Skip to main content

A set of results returned by GPUdb::insertRecordsFromFiles. More…

#include <gpudb/protocol/insert_records_from_files.h>

Public Member Functions

 InsertRecordsFromFilesResponse ()
 Constructs an InsertRecordsFromFilesResponse object with default parameters.
 

Public Attributes

std::string tableName
 Value of tableName.
 
std::string typeId
 ID of the currently registered table structure type for the target table.
 
std::string typeDefinition
 A JSON string describing the columns of the target table.
 
std::string typeLabel
 The user-defined description associated with the target table’s structure.
 
std::map< std::string, std::vector< std::string > > typeProperties
 A mapping of each target table column name to an array of column properties associated with that column.
 
int64_t countInserted
 Number of records inserted into the target table.
 
int64_t countSkipped
 Number of records skipped, when not running in abort error handling mode.
 
int64_t countUpdated
 [Not yet implemented] Number of records updated within the target table.
 
std::map< std::string, std::string > info
 Additional information.
 
std::vector< std::string > files
 The list of source files from which records would be inserted; only filled in when ingestion_mode is dry_run.
 

Detailed Description

A set of results returned by GPUdb::insertRecordsFromFiles.

Definition at line 2373 of file insert_records_from_files.h.

Constructor & Destructor Documentation

◆ InsertRecordsFromFilesResponse()

gpudb::InsertRecordsFromFilesResponse::InsertRecordsFromFilesResponse ()
inline

Constructs an InsertRecordsFromFilesResponse object with default parameters.

Definition at line 2379 of file insert_records_from_files.h.

Member Data Documentation

◆ countInserted

int64_t gpudb::InsertRecordsFromFilesResponse::countInserted

Number of records inserted into the target table.

Definition at line 2426 of file insert_records_from_files.h.

◆ countSkipped

int64_t gpudb::InsertRecordsFromFilesResponse::countSkipped

Number of records skipped, when not running in abort error handling mode.

Definition at line 2432 of file insert_records_from_files.h.

◆ countUpdated

int64_t gpudb::InsertRecordsFromFilesResponse::countUpdated

[Not yet implemented] Number of records updated within the target table.

Definition at line 2438 of file insert_records_from_files.h.

◆ files

std::vector<std::string> gpudb::InsertRecordsFromFilesResponse::files

The list of source files from which records would be inserted; only filled in when ingestion_mode is dry_run.

Definition at line 2451 of file insert_records_from_files.h.

◆ info

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

Additional information.

Definition at line 2443 of file insert_records_from_files.h.

◆ tableName

std::string gpudb::InsertRecordsFromFilesResponse::tableName

Value of tableName.

Definition at line 2397 of file insert_records_from_files.h.

◆ typeDefinition

std::string gpudb::InsertRecordsFromFilesResponse::typeDefinition

A JSON string describing the columns of the target table.

Definition at line 2409 of file insert_records_from_files.h.

◆ typeId

std::string gpudb::InsertRecordsFromFilesResponse::typeId

ID of the currently registered table structure type for the target table.

Definition at line 2404 of file insert_records_from_files.h.

◆ typeLabel

std::string gpudb::InsertRecordsFromFilesResponse::typeLabel

The user-defined description associated with the target table’s structure.

Definition at line 2415 of file insert_records_from_files.h.

◆ typeProperties

std::map<std::string, std::vector<std::string> > gpudb::InsertRecordsFromFilesResponse::typeProperties

A mapping of each target table column name to an array of column properties associated with that column.

Definition at line 2421 of file insert_records_from_files.h.


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