GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::collectStatistics. More...
#include <gpudb/protocol/collect_statistics.h>
Public Member Functions | |
CollectStatisticsResponse () | |
Constructs a CollectStatisticsResponse object with default parameters. More... | |
Public Attributes | |
std::string | tableName |
Value of tableName. More... | |
std::vector< std::string > | columnNames |
Value of columnNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::collectStatistics.
Definition at line 128 of file collect_statistics.h.
|
inline |
Constructs a CollectStatisticsResponse object with default parameters.
Definition at line 134 of file collect_statistics.h.
std::vector<std::string> gpudb::CollectStatisticsResponse::columnNames |
Value of columnNames.
Definition at line 151 of file collect_statistics.h.
std::map<std::string, std::string> gpudb::CollectStatisticsResponse::info |
Additional information.
Definition at line 156 of file collect_statistics.h.
std::string gpudb::CollectStatisticsResponse::tableName |
Value of tableName.
Definition at line 145 of file collect_statistics.h.