Uses of Class
com.gpudb.protocol.AggregateStatisticsByRangeResponse
-
Packages that use AggregateStatisticsByRangeResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateStatisticsByRangeResponse in com.gpudb
Methods in com.gpudb that return AggregateStatisticsByRangeResponse Modifier and Type Method Description AggregateStatisticsByRangeResponseGPUdb. aggregateStatisticsByRange(AggregateStatisticsByRangeRequest request)Divides the given set into bins and calculates statistics of the values of a value-column in each bin.AggregateStatisticsByRangeResponseGPUdb. aggregateStatisticsByRange(String tableName, String selectExpression, String columnName, String valueColumnName, String stats, double start, double end, double interval, Map<String,String> options)Divides the given set into bins and calculates statistics of the values of a value-column in each bin. -
Uses of AggregateStatisticsByRangeResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateStatisticsByRangeResponse Modifier and Type Method Description AggregateStatisticsByRangeResponseAggregateStatisticsByRangeResponse. setInfo(Map<String,String> info)Additional information.AggregateStatisticsByRangeResponseAggregateStatisticsByRangeResponse. setStats(Map<String,List<Double>> stats)A map with a key for each statistic in the stats input parameter having a value that is a vector of the corresponding value-column bin statistics.
-