GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::aggregateStatisticsByRange. More...
#include <gpudb/protocol/aggregate_statistics_by_range.h>
Public Member Functions | |
AggregateStatisticsByRangeResponse () | |
Constructs an AggregateStatisticsByRangeResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::vector< double > > | stats |
A map with a key for each statistic in the stats input parameter having a value that is a vector of the corresponding value-column bin statistics. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::aggregateStatisticsByRange.
Definition at line 301 of file aggregate_statistics_by_range.h.
|
inline |
Constructs an AggregateStatisticsByRangeResponse object with default parameters.
Definition at line 307 of file aggregate_statistics_by_range.h.
std::map<std::string, std::string> gpudb::AggregateStatisticsByRangeResponse::info |
Additional information.
Definition at line 324 of file aggregate_statistics_by_range.h.
std::map<std::string, std::vector<double> > gpudb::AggregateStatisticsByRangeResponse::stats |
A map with a key for each statistic in the stats input parameter having a value that is a vector of the corresponding value-column bin statistics.
In a addition the key count has a value that is a histogram of the binning-column.
Definition at line 319 of file aggregate_statistics_by_range.h.