GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showStatistics. More...
#include <gpudb/protocol/show_statistics.h>
Public Member Functions | |
ShowStatisticsResponse () | |
Constructs a ShowStatisticsResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
Value of tableNames. More... | |
std::vector< std::vector< std::map< std::string, std::string > > > | stastisticsMap |
A list of maps which contain the column statistics of the table tableNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showStatistics.
Definition at line 158 of file show_statistics.h.
|
inline |
Constructs a ShowStatisticsResponse object with default parameters.
Definition at line 163 of file show_statistics.h.
std::map<std::string, std::string> gpudb::ShowStatisticsResponse::info |
Additional information.
Definition at line 184 of file show_statistics.h.
std::vector<std::vector<std::map<std::string, std::string> > > gpudb::ShowStatisticsResponse::stastisticsMap |
A list of maps which contain the column statistics of the table tableNames.
Definition at line 179 of file show_statistics.h.
std::vector<std::string> gpudb::ShowStatisticsResponse::tableNames |
Value of tableNames.
Definition at line 173 of file show_statistics.h.