GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_statistics.h>
Public Member Functions | |
ShowStatisticsResponse () | |
Constructs a ShowStatisticsResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
std::vector< std::vector < std::map< std::string, std::string > > > | stastisticsMap |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Retrieves the collected column statistics for the specified table.
Definition at line 103 of file show_statistics.h.
|
inline |
Constructs a ShowStatisticsResponse object with default parameter values.
Definition at line 110 of file show_statistics.h.
std::map<std::string, std::string> gpudb::ShowStatisticsResponse::info |
Definition at line 119 of file show_statistics.h.
std::vector<std::vector<std::map<std::string, std::string> > > gpudb::ShowStatisticsResponse::stastisticsMap |
Definition at line 118 of file show_statistics.h.
std::vector<std::string> gpudb::ShowStatisticsResponse::tableNames |
Definition at line 117 of file show_statistics.h.