Skip to main content

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

#include <gpudb/protocol/create_table_external.h>

Public Member Functions

 CreateTableExternalResponse ()
 Constructs a CreateTableExternalResponse object with default parameters.
 

Public Attributes

std::string tableName
 Value of tableName.
 
std::string typeId
 ID of the currently registered table structure type for this external table.
 
std::string typeDefinition
 A JSON string describing the columns of the created external table.
 
std::string typeLabel
 The user-defined description associated with the table’s structure.
 
std::map< std::string, std::vector< std::string > > typeProperties
 A mapping of each external table column name to an array of column properties associated with that column.
 
int64_t countInserted
 Number of records inserted into the external 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 external table.
 
std::map< std::string, std::string > info
 Additional information.
 
std::vector< std::string > files
 The list of source files used to create the external table.
 

Detailed Description

A set of results returned by GPUdb::createTableExternal.

Definition at line 2478 of file create_table_external.h.

Constructor & Destructor Documentation

◆ CreateTableExternalResponse()

gpudb::CreateTableExternalResponse::CreateTableExternalResponse ()
inline

Constructs a CreateTableExternalResponse object with default parameters.

Definition at line 2484 of file create_table_external.h.

Member Data Documentation

◆ countInserted

int64_t gpudb::CreateTableExternalResponse::countInserted

Number of records inserted into the external table.

Definition at line 2530 of file create_table_external.h.

◆ countSkipped

int64_t gpudb::CreateTableExternalResponse::countSkipped

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

Definition at line 2536 of file create_table_external.h.

◆ countUpdated

int64_t gpudb::CreateTableExternalResponse::countUpdated

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

Definition at line 2542 of file create_table_external.h.

◆ files

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

The list of source files used to create the external table.

Definition at line 2552 of file create_table_external.h.

◆ info

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

Additional information.

Definition at line 2547 of file create_table_external.h.

◆ tableName

std::string gpudb::CreateTableExternalResponse::tableName

Value of tableName.

Definition at line 2502 of file create_table_external.h.

◆ typeDefinition

std::string gpudb::CreateTableExternalResponse::typeDefinition

A JSON string describing the columns of the created external table.

Definition at line 2514 of file create_table_external.h.

◆ typeId

std::string gpudb::CreateTableExternalResponse::typeId

ID of the currently registered table structure type for this external table.

Definition at line 2509 of file create_table_external.h.

◆ typeLabel

std::string gpudb::CreateTableExternalResponse::typeLabel

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

Definition at line 2519 of file create_table_external.h.

◆ typeProperties

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

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

Definition at line 2525 of file create_table_external.h.


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