Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AggregateStatisticsByRangeResponse |
GPUdb.aggregateStatisticsByRange(AggregateStatisticsByRangeRequest request)
Divides the given set into bins and calculates statistics of the values
of a value-column in each bin.
|
AggregateStatisticsByRangeResponse |
GPUdb.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.
|
Modifier and Type | Method and Description |
---|---|
AggregateStatisticsByRangeResponse |
AggregateStatisticsByRangeResponse.setInfo(Map<String,String> info)
Additional information.
|
AggregateStatisticsByRangeResponse |
AggregateStatisticsByRangeResponse.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.
|
Copyright © 2025. All rights reserved.