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 ). |
AggregateUniqueResponse |
GPUdb.aggregateUnique(String tableName,
String columnName,
long offset,
long limit,
Map<String,String> options)
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 |
---|---|
AggregateUniqueResponse |
AggregateUniqueResponse.setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueResponse |
AggregateUniqueResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueResponse |
AggregateUniqueResponse.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.