| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
AggregateMinMaxGeometryResponse |
GPUdb.aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest request)
Calculates and returns the minimum and maximum x- and y-coordinates of a
particular geospatial geometry column in a table.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateMinMaxGeometryRequest |
AggregateMinMaxGeometryRequest.setColumnName(String columnName)
Name of a geospatial geometry column on which the min-max will be
calculated.
|
AggregateMinMaxGeometryRequest |
AggregateMinMaxGeometryRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AggregateMinMaxGeometryRequest |
AggregateMinMaxGeometryRequest.setTableName(String tableName)
Name of the table on which the operation will be performed.
|
Copyright © 2025. All rights reserved.