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

A set of output parameters for aggregateConvexHull(const AggregateConvexHullRequest&) const. More...

#include <gpudb/protocol/aggregate_convex_hull.h>

Public Member Functions

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

Public Attributes

std::vector< double > xVector
 
std::vector< double > yVector
 
int32_t count
 
bool isValid
 

Detailed Description

A set of output parameters for aggregateConvexHull(const AggregateConvexHullRequest&) const.

Calculates and returns the convex hull for the values in a table specified by tableName.

Definition at line 129 of file aggregate_convex_hull.h.

Constructor & Destructor Documentation

◆ AggregateConvexHullResponse()

gpudb::AggregateConvexHullResponse::AggregateConvexHullResponse ( )
inline

Constructs an AggregateConvexHullResponse object with default parameter values.

Definition at line 136 of file aggregate_convex_hull.h.

Member Data Documentation

◆ count

int32_t gpudb::AggregateConvexHullResponse::count

Definition at line 146 of file aggregate_convex_hull.h.

◆ isValid

bool gpudb::AggregateConvexHullResponse::isValid

Definition at line 147 of file aggregate_convex_hull.h.

◆ xVector

std::vector<double> gpudb::AggregateConvexHullResponse::xVector

Definition at line 144 of file aggregate_convex_hull.h.

◆ yVector

std::vector<double> gpudb::AggregateConvexHullResponse::yVector

Definition at line 145 of file aggregate_convex_hull.h.


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