GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/collect_statistics.h>
Public Member Functions | |
CollectStatisticsResponse () | |
Constructs a CollectStatisticsResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::vector< std::string > | columnNames |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Collect statistics for a column(s) in a specified table.
Definition at line 113 of file collect_statistics.h.
|
inline |
Constructs a CollectStatisticsResponse object with default parameter values.
Definition at line 120 of file collect_statistics.h.
std::vector<std::string> gpudb::CollectStatisticsResponse::columnNames |
Definition at line 128 of file collect_statistics.h.
std::map<std::string, std::string> gpudb::CollectStatisticsResponse::info |
Definition at line 129 of file collect_statistics.h.
std::string gpudb::CollectStatisticsResponse::tableName |
Definition at line 127 of file collect_statistics.h.