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. | |
Public Attributes | |
| std::vector< std::string > | tableNames |
| List of repaired tables. | |
| std::vector< std::string > | repairStatus |
| List of repair status by table. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::adminRepairTable.
Definition at line 206 of file admin_repair_table.h.
Constructor & Destructor Documentation
◆ AdminRepairTableResponse()
| inline |
Constructs an AdminRepairTableResponse object with default parameters.
Definition at line 212 of file admin_repair_table.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AdminRepairTableResponse::info |
Additional information.
Definition at line 232 of file admin_repair_table.h.
◆ repairStatus
| std::vector<std::string> gpudb::AdminRepairTableResponse::repairStatus |
List of repair status by table.
Definition at line 227 of file admin_repair_table.h.
◆ tableNames
| std::vector<std::string> gpudb::AdminRepairTableResponse::tableNames |
List of repaired tables.
Definition at line 222 of file admin_repair_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/admin_repair_table.h