| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
AggregateUniqueResponse |
GPUdb.aggregateUnique(AggregateUniqueRequest request)
Returns all the unique values from a particular column (specified by
columnName) of a particular table or view (specified by tableName). |
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 |
|---|---|
AggregateUniqueRequest |
AggregateUniqueRequest.setColumnName(String columnName) |
AggregateUniqueRequest |
AggregateUniqueRequest.setEncoding(String encoding) |
AggregateUniqueRequest |
AggregateUniqueRequest.setLimit(long limit) |
AggregateUniqueRequest |
AggregateUniqueRequest.setOffset(long offset) |
AggregateUniqueRequest |
AggregateUniqueRequest.setOptions(Map<String,String> options) |
AggregateUniqueRequest |
AggregateUniqueRequest.setTableName(String tableName) |
Copyright © 2020. All rights reserved.