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) |
AggregateHistogramResponse |
AggregateHistogramResponse.setEnd(double end) |
AggregateHistogramResponse |
AggregateHistogramResponse.setInfo(Map<String,String> info) |
AggregateHistogramResponse |
AggregateHistogramResponse.setStart(double start) |
Copyright © 2020. All rights reserved.