Uses of Class
com.gpudb.protocol.AggregateGroupByResponse
-
Packages that use AggregateGroupByResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateGroupByResponse in com.gpudb
Methods in com.gpudb that return AggregateGroupByResponse Modifier and Type Method Description AggregateGroupByResponseGPUdb. aggregateGroupBy(AggregateGroupByRequest request)Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.AggregateGroupByResponseGPUdb. aggregateGroupBy(String tableName, List<String> columnNames, long offset, long limit, Map<String,String> options)Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. -
Uses of AggregateGroupByResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateGroupByResponse Modifier and Type Method Description AggregateGroupByResponseAggregateGroupByResponse. setData(List<Record> data)Avro binary encoded response.AggregateGroupByResponseAggregateGroupByResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.AggregateGroupByResponseAggregateGroupByResponse. setHasMoreRecords(boolean hasMoreRecords)Too many records.AggregateGroupByResponseAggregateGroupByResponse. setInfo(Map<String,String> info)Additional information.AggregateGroupByResponseAggregateGroupByResponse. setTotalNumberOfRecords(long totalNumberOfRecords)Total/Filtered number of records.
-