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.
|
AggregateGroupByResponse |
GPUdb.aggregateGroupBy(String tableName,
List<String> columnNames,
long offset,
long limit,
Map<String,String> options)
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 |
---|---|
AggregateGroupByResponse |
AggregateGroupByResponse.setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByResponse |
AggregateGroupByResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByResponse |
AggregateGroupByResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.