GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
std::string | tableName |
Value of tableName. More... | |
std::string | columnName |
Value of columnName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::clearStatistics.
Definition at line 133 of file clear_statistics.h.
|
inline |
Constructs a ClearStatisticsResponse object with default parameters.
Definition at line 138 of file clear_statistics.h.
std::string gpudb::ClearStatisticsResponse::columnName |
Value of columnName.
Definition at line 154 of file clear_statistics.h.
std::map<std::string, std::string> gpudb::ClearStatisticsResponse::info |
Additional information.
Definition at line 159 of file clear_statistics.h.
std::string gpudb::ClearStatisticsResponse::tableName |
Value of tableName.
Definition at line 148 of file clear_statistics.h.