Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CollectStatisticsResponse |
GPUdb.collectStatistics(CollectStatisticsRequest request)
Collect statistics for a column(s) in a specified table.
|
Modifier and Type | Method and Description |
---|---|
CollectStatisticsRequest |
CollectStatisticsRequest.setColumnNames(List<String> columnNames)
List of one or more column names in
tableName
for which to collect statistics (cardinality, mean value, etc.). |
CollectStatisticsRequest |
CollectStatisticsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
CollectStatisticsRequest |
CollectStatisticsRequest.setTableName(String tableName)
Copyright © 2025. All rights reserved. |