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)
Avro binary encoded response.
|
AggregateGroupByResponse |
AggregateGroupByResponse.setDataType(Type dataType)
The
Type object containing the type of the dynamically generated
data. |
AggregateGroupByResponse |
AggregateGroupByResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
AggregateGroupByResponse |
AggregateGroupByResponse.setInfo(Map<String,String> info)
Additional information.
|
AggregateGroupByResponse |
AggregateGroupByResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
Copyright © 2025. All rights reserved.