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 ). |
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 or view (specified by tableName ). |
Modifier and Type | Method and Description |
---|---|
AggregateUniqueResponse |
AggregateUniqueResponse.setData(List<Record> data) |
AggregateUniqueResponse |
AggregateUniqueResponse.setDataType(Type dataType) |
AggregateUniqueResponse |
AggregateUniqueResponse.setHasMoreRecords(boolean hasMoreRecords) |
AggregateUniqueResponse |
AggregateUniqueResponse.setInfo(Map<String,String> info) |
AggregateUniqueResponse |
AggregateUniqueResponse.setTableName(String tableName) |
Copyright © 2020. All rights reserved.