Skip to main content

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.
 

Public Attributes

std::vector< double > counts
 The array of calculated values that represents the histogram data points.
 
double start
 Value of start.
 
double end
 Value of end.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::aggregateHistogram.

Definition at line 226 of file aggregate_histogram.h.

Constructor & Destructor Documentation

◆ AggregateHistogramResponse()

gpudb::AggregateHistogramResponse::AggregateHistogramResponse ()
inline

Constructs an AggregateHistogramResponse object with default parameters.

Definition at line 232 of file aggregate_histogram.h.

Member Data Documentation

◆ counts

std::vector<double> gpudb::AggregateHistogramResponse::counts

The array of calculated values that represents the histogram data points.

Definition at line 244 of file aggregate_histogram.h.

◆ end

double gpudb::AggregateHistogramResponse::end

Value of end.

Definition at line 254 of file aggregate_histogram.h.

◆ info

std::map<std::string, std::string> gpudb::AggregateHistogramResponse::info

Additional information.

Definition at line 259 of file aggregate_histogram.h.

◆ start

double gpudb::AggregateHistogramResponse::start

Value of start.

Definition at line 249 of file aggregate_histogram.h.


The documentation for this struct was generated from the following file: