| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateConvexHullResponse | 
GPUdb.aggregateConvexHull(AggregateConvexHullRequest request)
Calculates and returns the convex hull for the values in a table
 specified by  
tableName. | 
AggregateConvexHullResponse | 
GPUdb.aggregateConvexHull(String tableName,
                   String xColumnName,
                   String yColumnName,
                   Map<String,String> options)
Calculates and returns the convex hull for the values in a table
 specified by  
tableName. | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateConvexHullResponse | 
AggregateConvexHullResponse.setCount(int count)  | 
AggregateConvexHullResponse | 
AggregateConvexHullResponse.setIsValid(boolean isValid)  | 
AggregateConvexHullResponse | 
AggregateConvexHullResponse.setXVector(List<Double> xVector)  | 
AggregateConvexHullResponse | 
AggregateConvexHullResponse.setYVector(List<Double> yVector)  | 
Copyright © 2019. All rights reserved.