Uses of Class
com.gpudb.protocol.AggregateUniqueResponse
-
Packages that use AggregateUniqueResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateUniqueResponse in com.gpudb
Methods in com.gpudb that return AggregateUniqueResponse Modifier and Type Method Description AggregateUniqueResponseGPUdb. aggregateUnique(AggregateUniqueRequest request)Returns all the unique values from a particular column (specified bycolumnName) of a particular table or view (specified bytableName).AggregateUniqueResponseGPUdb. aggregateUnique(String tableName, String columnName, long offset, long limit, Map<String,String> options)Returns all the unique values from a particular column (specified bycolumnName) of a particular table or view (specified bytableName). -
Uses of AggregateUniqueResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateUniqueResponse Modifier and Type Method Description AggregateUniqueResponseAggregateUniqueResponse. setData(List<Record> data)Avro binary encoded response.AggregateUniqueResponseAggregateUniqueResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.AggregateUniqueResponseAggregateUniqueResponse. setHasMoreRecords(boolean hasMoreRecords)Too many records.AggregateUniqueResponseAggregateUniqueResponse. setInfo(Map<String,String> info)Additional information.AggregateUniqueResponseAggregateUniqueResponse. setTableName(String tableName)The same table name as was passed in the parameter list.
-