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. | |
Public Attributes | |
| std::vector< std::string > | tableNames |
| The names of the tables that were checked. | |
| std::vector< std::string > | ids |
| The chunk identifiers associated with each reported result. | |
| std::vector< std::string > | locations |
| The locations (rank/tom) where each chunk corruption was found. | |
| std::vector< std::string > | errors |
| A description of each corruption error detected or count of the errors, based on show_detail. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::checkTable.
Definition at line 163 of file check_table.h.
Constructor & Destructor Documentation
◆ 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 |
A description of each corruption error detected or count of the errors, based on show_detail.
Definition at line 196 of file check_table.h.
◆ ids
| std::vector<std::string> gpudb::CheckTableResponse::ids |
The chunk identifiers associated with each reported result.
Definition at line 185 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 201 of file check_table.h.
◆ locations
| std::vector<std::string> gpudb::CheckTableResponse::locations |
The locations (rank/tom) where each chunk corruption was found.
Definition at line 190 of file check_table.h.
◆ tableNames
| std::vector<std::string> gpudb::CheckTableResponse::tableNames |
The names of the tables that were checked.
Definition at line 180 of file check_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/check_table.h