GPUdb C++ API  Version 7.2.2.4
gpudb::AggregateHistogramResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::aggregateHistogram.

Definition at line 208 of file aggregate_histogram.h.

Constructor & Destructor Documentation

◆ AggregateHistogramResponse()

gpudb::AggregateHistogramResponse::AggregateHistogramResponse ( )
inline

Constructs an AggregateHistogramResponse object with default parameters.

Definition at line 214 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 226 of file aggregate_histogram.h.

◆ end

double gpudb::AggregateHistogramResponse::end

Value of end.

Definition at line 236 of file aggregate_histogram.h.

◆ info

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

Additional information.

Definition at line 241 of file aggregate_histogram.h.

◆ start

double gpudb::AggregateHistogramResponse::start

Value of start.

Definition at line 231 of file aggregate_histogram.h.


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