|
GPUdb C++ API
Version 7.2.3.0
|
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... | |
A set of results returned by GPUdb::checkTable.
Definition at line 163 of file check_table.h.
|
inline |
Constructs a CheckTableResponse object with default parameters.
Definition at line 168 of file check_table.h.
| std::vector<std::string> gpudb::CheckTableResponse::errors |
Definition at line 180 of file check_table.h.
| std::vector<std::string> gpudb::CheckTableResponse::ids |
Definition at line 178 of file check_table.h.
| 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.
| std::vector<std::string> gpudb::CheckTableResponse::locations |
Definition at line 179 of file check_table.h.
| std::vector<std::string> gpudb::CheckTableResponse::tableNames |
Definition at line 177 of file check_table.h.