Uses of Class
com.gpudb.protocol.AggregateMinMaxRequest
-
Packages that use AggregateMinMaxRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateMinMaxRequest in com.gpudb
Methods in com.gpudb with parameters of type AggregateMinMaxRequest Modifier and Type Method Description AggregateMinMaxResponseGPUdb. aggregateMinMax(AggregateMinMaxRequest request)Calculates and returns the minimum and maximum values of a particular column in a table. -
Uses of AggregateMinMaxRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateMinMaxRequest Modifier and Type Method Description AggregateMinMaxRequestAggregateMinMaxRequest. setColumnName(String columnName)Name of a column or an expression of one or more column on which the min-max will be calculated.AggregateMinMaxRequestAggregateMinMaxRequest. setOptions(Map<String,String> options)Optional parameters.AggregateMinMaxRequestAggregateMinMaxRequest. setTableName(String tableName)Name of the table on which the operation will be performed.
-