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

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. More...
 

Public Attributes

std::string tableName
 Value of tableName. More...
 
std::string typeId
 ID of the currently registered table structure type for this external table. More...
 
std::string typeDefinition
 A JSON string describing the columns of the created external table. More...
 
std::string typeLabel
 The user-defined description associated with the table's structure. More...
 
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. More...
 
int64_t countInserted
 Number of records inserted into the external table. More...
 
int64_t countSkipped
 Number of records skipped, when not running in abort error handling mode. More...
 
int64_t countUpdated
 [Not yet implemented] Number of records updated within the external table. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 
std::vector< std::string > files
 

Detailed Description

A set of results returned by GPUdb::createTableExternal.

Definition at line 2259 of file create_table_external.h.

Constructor & Destructor Documentation

◆ CreateTableExternalResponse()

gpudb::CreateTableExternalResponse::CreateTableExternalResponse ( )
inline

Constructs a CreateTableExternalResponse object with default parameters.

Definition at line 2265 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 2311 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 2317 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 2323 of file create_table_external.h.

◆ files

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

Definition at line 2330 of file create_table_external.h.

◆ info

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

Additional information.

Definition at line 2328 of file create_table_external.h.

◆ tableName

std::string gpudb::CreateTableExternalResponse::tableName

Value of tableName.

Definition at line 2283 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 2295 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 2290 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 2300 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 2306 of file create_table_external.h.


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