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 or view (specified by tableName ). |
Modifier and Type | Method and Description |
---|---|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
Avro binary encoded response.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setInfo(Map<String,String> info)
Additional information.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setJsonEncodedResponse(String jsonEncodedResponse)
Avro JSON encoded response.
|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setResponseSchemaStr(String responseSchemaStr)
Avro schema of
binaryEncodedResponse
or jsonEncodedResponse . |
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setTableName(String tableName)
The same table name as was passed in the parameter list.
|
Copyright © 2025. All rights reserved.