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 . |
Modifier and Type | Method and Description |
---|---|
AggregateConvexHullRequest |
AggregateConvexHullRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AggregateConvexHullRequest |
AggregateConvexHullRequest.setTableName(String tableName)
Name of table on which the operation will be performed.
|
AggregateConvexHullRequest |
AggregateConvexHullRequest.setXColumnName(String xColumnName)
Name of the column containing the x coordinates of the points for the
operation being performed.
|
AggregateConvexHullRequest |
AggregateConvexHullRequest.setYColumnName(String yColumnName)
Name of the column containing the y coordinates of the points for the
operation being performed.
|
Copyright © 2025. All rights reserved.