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 or view 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 or view and computes aggregates on each unique
combination.
|
Modifier and Type | Method and Description |
---|---|
AggregateGroupByResponse |
AggregateGroupByResponse.setData(List<Record> data) |
AggregateGroupByResponse |
AggregateGroupByResponse.setDataType(Type dataType) |
AggregateGroupByResponse |
AggregateGroupByResponse.setHasMoreRecords(boolean hasMoreRecords) |
AggregateGroupByResponse |
AggregateGroupByResponse.setInfo(Map<String,String> info) |
AggregateGroupByResponse |
AggregateGroupByResponse.setTotalNumberOfRecords(long totalNumberOfRecords) |
Copyright © 2020. All rights reserved.