| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateGroupByResponse | 
GPUdb.aggregateGroupBy(AggregateGroupByRequest request)
Calculates unique combinations (groups) of values for the given columns
 in a given table/view/collection and computes aggregates on each unique
 combination. 
 | 
RawAggregateGroupByResponse | 
GPUdb.aggregateGroupByRaw(AggregateGroupByRequest request)
Calculates unique combinations (groups) of values for the given columns
 in a given table/view/collection and computes aggregates on each unique
 combination. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateGroupByRequest | 
AggregateGroupByRequest.setColumnNames(List<String> columnNames)  | 
AggregateGroupByRequest | 
AggregateGroupByRequest.setEncoding(String encoding)  | 
AggregateGroupByRequest | 
AggregateGroupByRequest.setLimit(long limit)  | 
AggregateGroupByRequest | 
AggregateGroupByRequest.setOffset(long offset)  | 
AggregateGroupByRequest | 
AggregateGroupByRequest.setOptions(Map<String,String> options)  | 
AggregateGroupByRequest | 
AggregateGroupByRequest.setTableName(String tableName)  | 
Copyright © 2019. All rights reserved.