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 collection (specified by
tableName ). |
Modifier and Type | Method and Description |
---|---|
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse) |
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setHasMoreRecords(boolean hasMoreRecords) |
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setJsonEncodedResponse(String jsonEncodedResponse) |
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setResponseSchemaStr(String responseSchemaStr) |
RawAggregateUniqueResponse |
RawAggregateUniqueResponse.setTableName(String tableName) |
Copyright © 2019. All rights reserved.