GPUdb C++ API  Version 7.2.3.0
gpudb::CheckTableResponse Struct Reference

A set of results returned by GPUdb::checkTable. More...

#include <gpudb/protocol/check_table.h>

Public Member Functions

 CheckTableResponse ()
 Constructs a CheckTableResponse object with default parameters. More...
 

Public Attributes

std::vector< std::string > tableNames
 
std::vector< std::string > ids
 
std::vector< std::string > locations
 
std::vector< std::string > errors
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::checkTable.

Definition at line 163 of file check_table.h.

Constructor & Destructor Documentation

◆ CheckTableResponse()

gpudb::CheckTableResponse::CheckTableResponse ( )
inline

Constructs a CheckTableResponse object with default parameters.

Definition at line 168 of file check_table.h.

Member Data Documentation

◆ errors

std::vector<std::string> gpudb::CheckTableResponse::errors

Definition at line 180 of file check_table.h.

◆ ids

std::vector<std::string> gpudb::CheckTableResponse::ids

Definition at line 178 of file check_table.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 185 of file check_table.h.

◆ locations

std::vector<std::string> gpudb::CheckTableResponse::locations

Definition at line 179 of file check_table.h.

◆ tableNames

std::vector<std::string> gpudb::CheckTableResponse::tableNames

Definition at line 177 of file check_table.h.


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