Uses of Class
com.gpudb.protocol.AggregateConvexHullResponse
-
Packages that use AggregateConvexHullResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateConvexHullResponse in com.gpudb
Methods in com.gpudb that return AggregateConvexHullResponse Modifier and Type Method Description AggregateConvexHullResponseGPUdb. aggregateConvexHull(AggregateConvexHullRequest request)Calculates and returns the convex hull for the values in a table specified bytableName.AggregateConvexHullResponseGPUdb. aggregateConvexHull(String tableName, String xColumnName, String yColumnName, Map<String,String> options)Calculates and returns the convex hull for the values in a table specified bytableName. -
Uses of AggregateConvexHullResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateConvexHullResponse Modifier and Type Method Description AggregateConvexHullResponseAggregateConvexHullResponse. setCount(int count)Count of the number of points in the convex set.AggregateConvexHullResponseAggregateConvexHullResponse. setInfo(Map<String,String> info)Additional information.AggregateConvexHullResponseAggregateConvexHullResponse. setIsValid(boolean isValid)AggregateConvexHullResponseAggregateConvexHullResponse. setXVector(List<Double> xVector)Array of x coordinates of the resulting convex set.AggregateConvexHullResponseAggregateConvexHullResponse. setYVector(List<Double> yVector)Array of y coordinates of the resulting convex set.
-