| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
AggregateMinMaxResponse |
GPUdb.aggregateMinMax(AggregateMinMaxRequest request)
Calculates and returns the minimum and maximum values of a particular
column in a table.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateMinMaxRequest |
AggregateMinMaxRequest.setColumnName(String columnName)
Name of a column or an expression of one or more column on which the
min-max will be calculated.
|
AggregateMinMaxRequest |
AggregateMinMaxRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AggregateMinMaxRequest |
AggregateMinMaxRequest.setTableName(String tableName)
Name of the table on which the operation will be performed.
|
Copyright © 2025. All rights reserved.