GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/collect_statistics.h>
Public Member Functions | |
CollectStatisticsRequest () | |
Constructs a CollectStatisticsRequest object with default parameter values. More... | |
CollectStatisticsRequest (const std::string &tableName_, const std::vector< std::string > &columnNames_, const std::map< std::string, std::string > &options_) | |
Constructs a CollectStatisticsRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | tableName |
std::vector< std::string > | columnNames |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Collect statistics for a column(s) in a specified table.
Definition at line 18 of file collect_statistics.h.
|
inline |
Constructs a CollectStatisticsRequest object with default parameter values.
Definition at line 25 of file collect_statistics.h.
|
inline |
Constructs a CollectStatisticsRequest object with the specified parameters.
[in] | tableName_ | Name of a table. Must be an existing table. |
[in] | columnNames_ | List of one or more column names in tableName for which to collect statistics (cardinality, mean value, etc.). |
[in] | options_ | Optional parameters. |
Definition at line 43 of file collect_statistics.h.
std::vector<std::string> gpudb::CollectStatisticsRequest::columnNames |
Definition at line 51 of file collect_statistics.h.
std::map<std::string, std::string> gpudb::CollectStatisticsRequest::options |
Definition at line 52 of file collect_statistics.h.
std::string gpudb::CollectStatisticsRequest::tableName |
Definition at line 50 of file collect_statistics.h.