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) |
AggregateStatisticsByRangeResponse |
AggregateStatisticsByRangeResponse.setStats(Map<String,List<Double>> stats) |
Copyright © 2020. All rights reserved.