| 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.
|
AggregateMinMaxResponse |
GPUdb.aggregateMinMax(String tableName,
String columnName,
Map<String,String> options)
Calculates and returns the minimum and maximum values of a particular
column in a table.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateMinMaxResponse |
AggregateMinMaxResponse.setInfo(Map<String,String> info) |
AggregateMinMaxResponse |
AggregateMinMaxResponse.setMax(double max) |
AggregateMinMaxResponse |
AggregateMinMaxResponse.setMin(double min) |
Copyright © 2020. All rights reserved.