A set of results returned by GPUdb::clearStatistics. More…
#include <gpudb/protocol/clear_statistics.h>
Public Member Functions | |
| ClearStatisticsResponse () | |
| Constructs a ClearStatisticsResponse object with default parameters. | |
Public Attributes | |
| std::string | tableName |
| Value of tableName. | |
| std::string | columnName |
| Value of columnName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::clearStatistics.
Definition at line 133 of file clear_statistics.h.
Constructor & Destructor Documentation
◆ ClearStatisticsResponse()
| inline |
Constructs a ClearStatisticsResponse object with default parameters.
Definition at line 138 of file clear_statistics.h.
Member Data Documentation
◆ columnName
| std::string gpudb::ClearStatisticsResponse::columnName |
Value of columnName.
Definition at line 154 of file clear_statistics.h.
◆ info
| std::map<std::string, std::string> gpudb::ClearStatisticsResponse::info |
Additional information.
Definition at line 159 of file clear_statistics.h.
◆ tableName
| std::string gpudb::ClearStatisticsResponse::tableName |
Value of tableName.
Definition at line 148 of file clear_statistics.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/clear_statistics.h