Uses of Class
com.gpudb.protocol.AggregateMinMaxResponse
-
Packages that use AggregateMinMaxResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateMinMaxResponse in com.gpudb
Methods in com.gpudb that return AggregateMinMaxResponse Modifier and Type Method Description AggregateMinMaxResponseGPUdb. aggregateMinMax(AggregateMinMaxRequest request)Calculates and returns the minimum and maximum values of a particular column in a table.AggregateMinMaxResponseGPUdb. aggregateMinMax(String tableName, String columnName, Map<String,String> options)Calculates and returns the minimum and maximum values of a particular column in a table. -
Uses of AggregateMinMaxResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateMinMaxResponse Modifier and Type Method Description AggregateMinMaxResponseAggregateMinMaxResponse. setInfo(Map<String,String> info)Additional information.AggregateMinMaxResponseAggregateMinMaxResponse. setMax(double max)Maximum value of thecolumnName.AggregateMinMaxResponseAggregateMinMaxResponse. setMin(double min)Minimum value of thecolumnName.
-