GPUdb C++ API
Version 7.1.10.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 117 of file collect_statistics.h.
|
inline |
Constructs a CollectStatisticsResponse object with default parameter values.
Definition at line 124 of file collect_statistics.h.
std::vector<std::string> gpudb::CollectStatisticsResponse::columnNames |
Definition at line 132 of file collect_statistics.h.
std::map<std::string, std::string> gpudb::CollectStatisticsResponse::info |
Definition at line 133 of file collect_statistics.h.
std::string gpudb::CollectStatisticsResponse::tableName |
Definition at line 131 of file collect_statistics.h.