Uses of Class
com.gpudb.protocol.AggregateGroupByRequest
-
Packages that use AggregateGroupByRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateGroupByRequest in com.gpudb
Methods in com.gpudb with parameters of type AggregateGroupByRequest Modifier and Type Method Description AggregateGroupByResponseGPUdb. aggregateGroupBy(AggregateGroupByRequest request)Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.RawAggregateGroupByResponseGPUdb. aggregateGroupByRaw(AggregateGroupByRequest request)Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. -
Uses of AggregateGroupByRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateGroupByRequest Modifier and Type Method Description AggregateGroupByRequestAggregateGroupByRequest. setColumnNames(List<String> columnNames)List of one or more column names, expressions, and aggregate expressions.AggregateGroupByRequestAggregateGroupByRequest. setEncoding(String encoding)Specifies the encoding for returned records.AggregateGroupByRequestAggregateGroupByRequest. setLimit(long limit)A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.AggregateGroupByRequestAggregateGroupByRequest. setOffset(long offset)A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).AggregateGroupByRequestAggregateGroupByRequest. setOptions(Map<String,String> options)Optional parameters.AggregateGroupByRequestAggregateGroupByRequest. setTableName(String tableName)Name of an existing table or view on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
-