Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AggregateStatisticsResponse |
GPUdb.aggregateStatistics(AggregateStatisticsRequest request)
Calculates the requested statistics of the given column(s) in a given
table.
|
AggregateStatisticsResponse |
GPUdb.aggregateStatistics(String tableName,
String columnName,
String stats,
Map<String,String> options)
Calculates the requested statistics of the given column(s) in a given
table.
|
Modifier and Type | Method and Description |
---|---|
AggregateStatisticsResponse |
AggregateStatisticsResponse.setInfo(Map<String,String> info) |
AggregateStatisticsResponse |
AggregateStatisticsResponse.setStats(Map<String,Double> stats) |
Copyright © 2020. All rights reserved.