A set of results returned by GPUdb::clearTables. More…
#include <gpudb/protocol/clear_tables.h>
Public Member Functions | |
| ClearTablesResponse () | |
| Constructs a ClearTablesResponse object with default parameters. | |
Public Attributes | |
| std::map< std::string, std::string > | tables |
| For each table in tableNames, any error from the clear operation, or an empty string if successful. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::clearTables.
Definition at line 161 of file clear_tables.h.
Constructor & Destructor Documentation
◆ ClearTablesResponse()
| inline |
Constructs a ClearTablesResponse object with default parameters.
Definition at line 166 of file clear_tables.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ClearTablesResponse::info |
Additional information.
Definition at line 182 of file clear_tables.h.
◆ tables
| std::map<std::string, std::string> gpudb::ClearTablesResponse::tables |
For each table in tableNames, any error from the clear operation, or an empty string if successful.
Definition at line 177 of file clear_tables.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/clear_tables.h