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

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

Public Attributes

std::vector< std::string > tableNames
 List of repaired tables. More...
 
std::vector< std::string > repairStatus
 List of repair status by table. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminRepairTable.

Definition at line 184 of file admin_repair_table.h.

Constructor & Destructor Documentation

◆ AdminRepairTableResponse()

gpudb::AdminRepairTableResponse::AdminRepairTableResponse ( )
inline

Constructs an AdminRepairTableResponse object with default parameters.

Definition at line 190 of file admin_repair_table.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AdminRepairTableResponse::info

Additional information.

Definition at line 210 of file admin_repair_table.h.

◆ repairStatus

std::vector<std::string> gpudb::AdminRepairTableResponse::repairStatus

List of repair status by table.

Definition at line 205 of file admin_repair_table.h.

◆ tableNames

std::vector<std::string> gpudb::AdminRepairTableResponse::tableNames

List of repaired tables.

Definition at line 200 of file admin_repair_table.h.


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