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. | |
Public Attributes | |
| std::string | tableName |
| Value of tableName. | |
| std::vector< std::string > | columnNames |
| Value of columnNames. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::collectStatistics.
Definition at line 140 of file collect_statistics.h.
Constructor & Destructor Documentation
◆ CollectStatisticsResponse()
| inline |
Constructs a CollectStatisticsResponse object with default parameters.
Definition at line 146 of file collect_statistics.h.
Member Data Documentation
◆ columnNames
| std::vector<std::string> gpudb::CollectStatisticsResponse::columnNames |
Value of columnNames.
Definition at line 163 of file collect_statistics.h.
◆ info
| std::map<std::string, std::string> gpudb::CollectStatisticsResponse::info |
Additional information.
Definition at line 168 of file collect_statistics.h.
◆ tableName
| std::string gpudb::CollectStatisticsResponse::tableName |
Value of tableName.
Definition at line 157 of file collect_statistics.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/collect_statistics.h