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.
|
Modifier and Type | Method and Description |
---|---|
AggregateStatisticsRequest |
AggregateStatisticsRequest.setColumnName(String columnName)
Name of the primary column for which the statistics are to be
calculated.
|
AggregateStatisticsRequest |
AggregateStatisticsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AggregateStatisticsRequest |
AggregateStatisticsRequest.setStats(String stats)
Comma separated list of the statistics to calculate,
e.g.
|
AggregateStatisticsRequest |
AggregateStatisticsRequest.setTableName(String tableName)
Name of the table on which the statistics operation will be performed,
in [schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |