Skip to main content

A set of results returned by GPUdb::aggregateMinMax. More…

#include <gpudb/protocol/aggregate_min_max.h>

Public Member Functions

 AggregateMinMaxResponse ()
 Constructs an AggregateMinMaxResponse object with default parameters.
 

Public Attributes

double min
 Minimum value of the columnName.
 
double max
 Maximum value of the columnName.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::aggregateMinMax.

Definition at line 130 of file aggregate_min_max.h.

Constructor & Destructor Documentation

◆ AggregateMinMaxResponse()

gpudb::AggregateMinMaxResponse::AggregateMinMaxResponse ()
inline

Constructs an AggregateMinMaxResponse object with default parameters.

Definition at line 136 of file aggregate_min_max.h.

Member Data Documentation

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 169 of file aggregate_min_max.h.

◆ max

double gpudb::AggregateMinMaxResponse::max

Maximum value of the columnName.

Definition at line 153 of file aggregate_min_max.h.

◆ min

double gpudb::AggregateMinMaxResponse::min

Minimum value of the columnName.

Definition at line 147 of file aggregate_min_max.h.


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