Skip to main content

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

#include <gpudb/protocol/aggregate_convex_hull.h>

Public Member Functions

 AggregateConvexHullResponse ()
 Constructs an AggregateConvexHullResponse object with default parameters.
 

Public Attributes

std::vector< double > xVector
 Array of x coordinates of the resulting convex set.
 
std::vector< double > yVector
 Array of y coordinates of the resulting convex set.
 
int32_t count
 Count of the number of points in the convex set.
 
bool isValid
 Indicates whether a valid convex hull could be computed for the input.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::aggregateConvexHull.

Definition at line 148 of file aggregate_convex_hull.h.

Constructor & Destructor Documentation

◆ AggregateConvexHullResponse()

gpudb::AggregateConvexHullResponse::AggregateConvexHullResponse ()
inline

Constructs an AggregateConvexHullResponse object with default parameters.

Definition at line 154 of file aggregate_convex_hull.h.

Member Data Documentation

◆ count

int32_t gpudb::AggregateConvexHullResponse::count

Count of the number of points in the convex set.

Definition at line 176 of file aggregate_convex_hull.h.

◆ info

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

Additional information.

Definition at line 187 of file aggregate_convex_hull.h.

◆ isValid

bool gpudb::AggregateConvexHullResponse::isValid

Indicates whether a valid convex hull could be computed for the input.

Definition at line 182 of file aggregate_convex_hull.h.

◆ xVector

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

Array of x coordinates of the resulting convex set.

Definition at line 166 of file aggregate_convex_hull.h.

◆ yVector

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

Array of y coordinates of the resulting convex set.

Definition at line 171 of file aggregate_convex_hull.h.


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