GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::aggregateHistogram. More...
#include <gpudb/protocol/aggregate_histogram.h>
Public Member Functions | |
AggregateHistogramResponse () | |
Constructs an AggregateHistogramResponse object with default parameters. More... | |
Public Attributes | |
std::vector< double > | counts |
The array of calculated values that represents the histogram data points. More... | |
double | start |
Value of start. More... | |
double | end |
Value of end. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::aggregateHistogram.
Definition at line 208 of file aggregate_histogram.h.
|
inline |
Constructs an AggregateHistogramResponse object with default parameters.
Definition at line 214 of file aggregate_histogram.h.
std::vector<double> gpudb::AggregateHistogramResponse::counts |
The array of calculated values that represents the histogram data points.
Definition at line 226 of file aggregate_histogram.h.
double gpudb::AggregateHistogramResponse::end |
Value of end.
Definition at line 236 of file aggregate_histogram.h.
std::map<std::string, std::string> gpudb::AggregateHistogramResponse::info |
Additional information.
Definition at line 241 of file aggregate_histogram.h.
double gpudb::AggregateHistogramResponse::start |
Value of start.
Definition at line 231 of file aggregate_histogram.h.