◆ adminRepairTable() [1/4]
| AdminRepairTableResponse gpudb::GPUdb::adminRepairTable | ( | const AdminRepairTableRequest & | request_ | ) | const |
◆ adminRepairTable() [2/4]
| AdminRepairTableResponse & gpudb::GPUdb::adminRepairTable | ( | const AdminRepairTableRequest & | request_, |
| AdminRepairTableResponse & | response_ ) const |
Manually repair a corrupted table.
Returns information about affected tables.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ adminRepairTable() [3/4]
| AdminRepairTableResponse gpudb::GPUdb::adminRepairTable | ( | const std::vector< std::string > & | tableNames, |
| const std::map< std::string, std::string > & | tableTypes, | ||
| const std::map< std::string, std::string > & | options ) const |
Manually repair a corrupted table.
Returns information about affected tables.
Parameters
| [in] | tableNames | List of tables to query. An asterisk returns all tables. |
| [in] | tableTypes | ID of the type per table. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ adminRepairTable() [4/4]
| AdminRepairTableResponse & gpudb::GPUdb::adminRepairTable | ( | const std::vector< std::string > & | tableNames, |
| const std::map< std::string, std::string > & | tableTypes, | ||
| const std::map< std::string, std::string > & | options, | ||
| AdminRepairTableResponse & | response_ ) const |
Manually repair a corrupted table.
Returns information about affected tables.
Parameters
| [in] | tableNames | List of tables to query. An asterisk returns all tables. |
| [in] | tableTypes | ID of the type per table. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).