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)
Avro binary encoded response.
|
AggregateUniqueResponse |
AggregateUniqueResponse.setDataType(Type dataType)
The
Type object containing the type of the dynamically generated
data. |
AggregateUniqueResponse |
AggregateUniqueResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
AggregateUniqueResponse |
AggregateUniqueResponse.setInfo(Map<String,String> info)
Additional information.
|
AggregateUniqueResponse |
AggregateUniqueResponse.setTableName(String tableName)
The same table name as was passed in the parameter list.
|
Copyright © 2025. All rights reserved.