|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::adminRepairTable. More...
#include <gpudb/protocol/admin_repair_table.h>
Public Member Functions | |
| AdminRepairTableResponse () | |
| Constructs an AdminRepairTableResponse object with default parameters. More... | |
Public Attributes | |
| std::vector< std::string > | tableNames |
| List of repaired tables. More... | |
| std::vector< std::string > | repairStatus |
| List of repair status by table. More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::adminRepairTable.
Definition at line 206 of file admin_repair_table.h.
|
inline |
Constructs an AdminRepairTableResponse object with default parameters.
Definition at line 212 of file admin_repair_table.h.
| std::map<std::string, std::string> gpudb::AdminRepairTableResponse::info |
Additional information.
Definition at line 232 of file admin_repair_table.h.
| std::vector<std::string> gpudb::AdminRepairTableResponse::repairStatus |
List of repair status by table.
Definition at line 227 of file admin_repair_table.h.
| std::vector<std::string> gpudb::AdminRepairTableResponse::tableNames |
List of repaired tables.
Definition at line 222 of file admin_repair_table.h.