Skip to main content

◆ adminRepairTable() [1/4]

AdminRepairTableResponse gpudb::GPUdb::adminRepairTable (const AdminRepairTableRequest &request_) const

Manually repair a corrupted table.

Returns information about affected tables.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ adminRepairTable() [2/4]

AdminRepairTableResponse & gpudb::GPUdb::adminRepairTable (const AdminRepairTableRequest &request_,
AdminRepairTableResponse &response_ ) const

Manually repair a corrupted table.

Returns information about affected tables.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]tableNamesList of tables to query. An asterisk returns all tables.
[in]tableTypesID of the type per table.
[in]optionsOptional parameters.The default value is an empty map.
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]tableNamesList of tables to query. An asterisk returns all tables.
[in]tableTypesID of the type per table.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).