Uses of Class
com.gpudb.protocol.AggregateHistogramResponse
-
Packages that use AggregateHistogramResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateHistogramResponse in com.gpudb
Methods in com.gpudb that return AggregateHistogramResponse Modifier and Type Method Description AggregateHistogramResponseGPUdb. aggregateHistogram(AggregateHistogramRequest request)Performs a histogram calculation given a table, a column, and an interval function.AggregateHistogramResponseGPUdb. aggregateHistogram(String tableName, String columnName, double start, double end, double interval, Map<String,String> options)Performs a histogram calculation given a table, a column, and an interval function. -
Uses of AggregateHistogramResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateHistogramResponse Modifier and Type Method Description AggregateHistogramResponseAggregateHistogramResponse. setCounts(List<Double> counts)The array of calculated values that represents the histogram data points.AggregateHistogramResponseAggregateHistogramResponse. setEnd(double end)Value ofend.AggregateHistogramResponseAggregateHistogramResponse. setInfo(Map<String,String> info)Additional information.AggregateHistogramResponseAggregateHistogramResponse. setStart(double start)Value ofstart.
-