| 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) |
CollectStatisticsResponse |
CollectStatisticsResponse.setInfo(Map<String,String> info) |
CollectStatisticsResponse |
CollectStatisticsResponse.setTableName(String tableName) |
Copyright © 2020. All rights reserved.