GPUdb C++ API  Version 7.2.2.4
gpudb::AdminRepairTableRequest Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ AdminRepairTableRequest() [1/2]

gpudb::AdminRepairTableRequest::AdminRepairTableRequest ( )
inline

Constructs an AdminRepairTableRequest object with default parameters.

Definition at line 25 of file admin_repair_table.h.

◆ AdminRepairTableRequest() [2/2]

gpudb::AdminRepairTableRequest::AdminRepairTableRequest ( const std::vector< std::string > &  tableNames_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AdminRepairTableRequest object with the specified parameters.

Parameters
[in]tableNames_List of tables to query. An asterisk returns all tables.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 84 of file admin_repair_table.h.

Member Data Documentation

◆ options

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.

◆ tableNames

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.


The documentation for this struct was generated from the following file: