Uses of Class
com.gpudb.protocol.AggregateConvexHullRequest
-
Packages that use AggregateConvexHullRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateConvexHullRequest in com.gpudb
Methods in com.gpudb with parameters of type AggregateConvexHullRequest Modifier and Type Method Description AggregateConvexHullResponseGPUdb. aggregateConvexHull(AggregateConvexHullRequest request)Calculates and returns the convex hull for the values in a table specified bytableName. -
Uses of AggregateConvexHullRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateConvexHullRequest Modifier and Type Method Description AggregateConvexHullRequestAggregateConvexHullRequest. setOptions(Map<String,String> options)Optional parameters.AggregateConvexHullRequestAggregateConvexHullRequest. setTableName(String tableName)Name of table on which the operation will be performed.AggregateConvexHullRequestAggregateConvexHullRequest. setXColumnName(String xColumnName)Name of the column containing the x coordinates of the points for the operation being performed.AggregateConvexHullRequestAggregateConvexHullRequest. setYColumnName(String yColumnName)Name of the column containing the y coordinates of the points for the operation being performed.
-