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)
Additional information.
|
AggregateMinMaxResponse |
AggregateMinMaxResponse.setMax(double max)
Maximum value of the
columnName . |
AggregateMinMaxResponse |
AggregateMinMaxResponse.setMin(double min)
Minimum value of the
columnName . |
Copyright © 2025. All rights reserved.