GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_statistics.h>
Public Member Functions | |
ShowStatisticsRequest () | |
Constructs a ShowStatisticsRequest object with default parameter values. More... | |
ShowStatisticsRequest (const std::vector< std::string > &tableNames_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowStatisticsRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Retrieves the collected column statistics for the specified table(s).
Definition at line 18 of file show_statistics.h.
|
inline |
Constructs a ShowStatisticsRequest object with default parameter values.
Definition at line 25 of file show_statistics.h.
|
inline |
Constructs a ShowStatisticsRequest object with the specified parameters.
[in] | tableNames_ | Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. |
[in] | options_ | Optional parameters. |
Definition at line 45 of file show_statistics.h.
std::map<std::string, std::string> gpudb::ShowStatisticsRequest::options |
Definition at line 52 of file show_statistics.h.
std::vector<std::string> gpudb::ShowStatisticsRequest::tableNames |
Definition at line 51 of file show_statistics.h.