Uses of Class
com.gpudb.protocol.AggregateStatisticsRequest
-
Packages that use AggregateStatisticsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateStatisticsRequest in com.gpudb
Methods in com.gpudb with parameters of type AggregateStatisticsRequest Modifier and Type Method Description AggregateStatisticsResponseGPUdb. aggregateStatistics(AggregateStatisticsRequest request)Calculates the requested statistics of the given column(s) in a given table. -
Uses of AggregateStatisticsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateStatisticsRequest Modifier and Type Method Description AggregateStatisticsRequestAggregateStatisticsRequest. setColumnName(String columnName)Name of the primary column for which the statistics are to be calculated.AggregateStatisticsRequestAggregateStatisticsRequest. setOptions(Map<String,String> options)Optional parameters.AggregateStatisticsRequestAggregateStatisticsRequest. setStats(String stats)Comma separated list of the statistics to calculate, e.g. "sum,mean".AggregateStatisticsRequestAggregateStatisticsRequest. setTableName(String tableName)Name of the table on which the statistics operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
-