Uses of Class
com.gpudb.protocol.AggregateStatisticsResponse
-
Packages that use AggregateStatisticsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateStatisticsResponse in com.gpudb
Methods in com.gpudb that return AggregateStatisticsResponse Modifier and Type Method Description AggregateStatisticsResponseGPUdb. aggregateStatistics(AggregateStatisticsRequest request)Calculates the requested statistics of the given column(s) in a given table.AggregateStatisticsResponseGPUdb. aggregateStatistics(String tableName, String columnName, String stats, Map<String,String> options)Calculates the requested statistics of the given column(s) in a given table. -
Uses of AggregateStatisticsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateStatisticsResponse Modifier and Type Method Description AggregateStatisticsResponseAggregateStatisticsResponse. setInfo(Map<String,String> info)Additional information.AggregateStatisticsResponseAggregateStatisticsResponse. setStats(Map<String,Double> stats)(statistic name, double value) pairs of the requested statistics, including the total count by default.
-