Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AggregateHistogramResponse |
GPUdb.aggregateHistogram(AggregateHistogramRequest request)
Performs a histogram calculation given a table, a column, and an
interval function.
|
AggregateHistogramResponse |
GPUdb.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.
|
Modifier and Type | Method and Description |
---|---|
AggregateHistogramResponse |
AggregateHistogramResponse.setCounts(List<Double> counts)
The array of calculated values that represents the histogram data
points.
|
AggregateHistogramResponse |
AggregateHistogramResponse.setEnd(double end)
Value of
end . |
AggregateHistogramResponse |
AggregateHistogramResponse.setInfo(Map<String,String> info)
Additional information.
|
AggregateHistogramResponse |
AggregateHistogramResponse.setStart(double start)
Value of
start . |
Copyright © 2025. All rights reserved.