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)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByRequest |
AggregateGroupByRequest.setEncoding(String encoding)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByRequest |
AggregateGroupByRequest.setLimit(long limit)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByRequest |
AggregateGroupByRequest.setOffset(long offset)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByRequest |
AggregateGroupByRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByRequest |
AggregateGroupByRequest.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.