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.
|
CollectStatisticsResponse |
GPUdb.collectStatistics(String tableName,
List<String> columnNames,
Map<String,String> options)
Collect statistics for a column(s) in a specified table.
|
Modifier and Type | Method and Description |
---|---|
CollectStatisticsResponse |
CollectStatisticsResponse.setColumnNames(List<String> columnNames)
Value of
columnNames . |
CollectStatisticsResponse |
CollectStatisticsResponse.setInfo(Map<String,String> info)
Additional information.
|
CollectStatisticsResponse |
CollectStatisticsResponse.setTableName(String tableName)
Value of
tableName . |
Copyright © 2025. All rights reserved.