Uses of Class
com.gpudb.protocol.CollectStatisticsResponse
-
Packages that use CollectStatisticsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CollectStatisticsResponse in com.gpudb
Methods in com.gpudb that return CollectStatisticsResponse Modifier and Type Method Description CollectStatisticsResponseGPUdb. collectStatistics(CollectStatisticsRequest request)Collect statistics for a column(s) in a specified table.CollectStatisticsResponseGPUdb. collectStatistics(String tableName, List<String> columnNames, Map<String,String> options)Collect statistics for a column(s) in a specified table. -
Uses of CollectStatisticsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CollectStatisticsResponse Modifier and Type Method Description CollectStatisticsResponseCollectStatisticsResponse. setColumnNames(List<String> columnNames)Value ofcolumnNames.CollectStatisticsResponseCollectStatisticsResponse. setInfo(Map<String,String> info)Additional information.CollectStatisticsResponseCollectStatisticsResponse. setTableName(String tableName)Value oftableName.
-