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

A set of output parameters for aggregateMinMax(const AggregateMinMaxRequest&) const. More...

#include <gpudb/protocol/aggregate_min_max.h>

Public Member Functions

 AggregateMinMaxResponse ()
 Constructs an AggregateMinMaxResponse object with default parameter values. More...
 

Public Attributes

double min
 
double max
 

Detailed Description

A set of output parameters for aggregateMinMax(const AggregateMinMaxRequest&) const.

Calculates and returns the minimum and maximum values of a particular column in a table.

Definition at line 116 of file aggregate_min_max.h.

Constructor & Destructor Documentation

◆ AggregateMinMaxResponse()

gpudb::AggregateMinMaxResponse::AggregateMinMaxResponse ( )
inline

Constructs an AggregateMinMaxResponse object with default parameter values.

Definition at line 123 of file aggregate_min_max.h.

Member Data Documentation

◆ max

double gpudb::AggregateMinMaxResponse::max

Definition at line 130 of file aggregate_min_max.h.

◆ min

double gpudb::AggregateMinMaxResponse::min

Definition at line 129 of file aggregate_min_max.h.


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