Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
RawAggregateUniqueResponse |
GPUdb.aggregateUniqueRaw(AggregateUniqueRequest request)
Returns all the unique values from a particular column (specified by
columnName ) of a particular table (specified by
tableName ). |
Modifier and Type | Method and Description |
---|---|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setJsonEncodedResponse(String jsonEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setResponseSchemaStr(String responseSchemaStr)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.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.