GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/clear_statistics.h>
Public Member Functions | |
ClearStatisticsResponse () | |
Constructs a ClearStatisticsResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::string | columnName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Definition at line 116 of file clear_statistics.h.
|
inline |
Constructs a ClearStatisticsResponse object with default parameter values.
Definition at line 123 of file clear_statistics.h.
std::string gpudb::ClearStatisticsResponse::columnName |
Definition at line 131 of file clear_statistics.h.
std::map<std::string, std::string> gpudb::ClearStatisticsResponse::info |
Definition at line 132 of file clear_statistics.h.
std::string gpudb::ClearStatisticsResponse::tableName |
Definition at line 130 of file clear_statistics.h.