GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::adminRepairTable. More...
#include <gpudb/protocol/admin_repair_table.h>
Public Member Functions | |
AdminRepairTableRequest () | |
Constructs an AdminRepairTableRequest object with default parameters. More... | |
AdminRepairTableRequest (const std::vector< std::string > &tableNames_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminRepairTableRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
List of tables to query. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::adminRepairTable.
Manually repair a corrupted table. Returns information about affected tables.
Definition at line 19 of file admin_repair_table.h.
|
inline |
Constructs an AdminRepairTableRequest object with default parameters.
Definition at line 25 of file admin_repair_table.h.
|
inline |
Constructs an AdminRepairTableRequest object with the specified parameters.
[in] | tableNames_ | List of tables to query. An asterisk returns all tables. |
[in] | options_ | Optional parameters.
|
Definition at line 84 of file admin_repair_table.h.
std::map<std::string, std::string> gpudb::AdminRepairTableRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 131 of file admin_repair_table.h.
std::vector<std::string> gpudb::AdminRepairTableRequest::tableNames |
List of tables to query.
An asterisk returns all tables.
Definition at line 93 of file admin_repair_table.h.