Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
RawAggregateGroupByResponse |
RawAggregateGroupByResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
RawAggregateGroupByResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
RawAggregateGroupByResponse.setJsonEncodedResponse(String jsonEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
RawAggregateGroupByResponse.setResponseSchemaStr(String responseSchemaStr)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
RawAggregateGroupByResponse.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.