Uses of Class
com.gpudb.protocol.CollectStatisticsRequest
-
Packages that use CollectStatisticsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CollectStatisticsRequest in com.gpudb
Methods in com.gpudb with parameters of type CollectStatisticsRequest Modifier and Type Method Description CollectStatisticsResponseGPUdb. collectStatistics(CollectStatisticsRequest request)Collect statistics for a column(s) in a specified table. -
Uses of CollectStatisticsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CollectStatisticsRequest Modifier and Type Method Description CollectStatisticsRequestCollectStatisticsRequest. setColumnNames(List<String> columnNames)List of one or more column names intableNamefor which to collect statistics (cardinality, mean value, etc.).CollectStatisticsRequestCollectStatisticsRequest. setOptions(Map<String,String> options)Optional parameters.CollectStatisticsRequestCollectStatisticsRequest. setTableName(String tableName)Name of a table, in [schema_name.]table_name format, using standard name resolution rules.
-