GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::aggregateStatistics. More...
#include <gpudb/protocol/aggregate_statistics.h>
Public Member Functions | |
AggregateStatisticsResponse () | |
Constructs an AggregateStatisticsResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, double > | stats |
(statistic name, double value) pairs of the requested statistics, including the total count by default. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::aggregateStatistics.
Definition at line 357 of file aggregate_statistics.h.
|
inline |
Constructs an AggregateStatisticsResponse object with default parameters.
Definition at line 363 of file aggregate_statistics.h.
std::map<std::string, std::string> gpudb::AggregateStatisticsResponse::info |
Additional information.
Definition at line 378 of file aggregate_statistics.h.
std::map<std::string, double> gpudb::AggregateStatisticsResponse::stats |
(statistic name, double value) pairs of the requested statistics, including the total count by default.
Definition at line 373 of file aggregate_statistics.h.