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

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

Public Attributes

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

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.

Definition at line 158 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: