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 (specified by
tableName ). |
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 |
---|---|
AggregateUniqueRequest |
AggregateUniqueRequest.setColumnName(String columnName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueRequest |
AggregateUniqueRequest.setEncoding(String encoding)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueRequest |
AggregateUniqueRequest.setLimit(long limit)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueRequest |
AggregateUniqueRequest.setOffset(long offset)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueRequest |
AggregateUniqueRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueRequest |
AggregateUniqueRequest.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.