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 2380 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 2386 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 2433 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 2439 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 2445 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 2458 of file insert_records_from_files.h.

◆ info

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

Additional information.

Definition at line 2450 of file insert_records_from_files.h.

◆ tableName

std::string gpudb::InsertRecordsFromFilesResponse::tableName

Value of tableName.

Definition at line 2404 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 2416 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 2411 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 2422 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 2428 of file insert_records_from_files.h.


The documentation for this struct was generated from the following file:
  • gpudb/protocol/insert_records_from_files.h