Uses of Class
com.gpudb.protocol.ClearStatisticsRequest
-
Packages that use ClearStatisticsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ClearStatisticsRequest in com.gpudb
Methods in com.gpudb with parameters of type ClearStatisticsRequest Modifier and Type Method Description ClearStatisticsResponseGPUdb. clearStatistics(ClearStatisticsRequest request)Clears statistics (cardinality, mean value, etc.) for a column in a specified table. -
Uses of ClearStatisticsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ClearStatisticsRequest Modifier and Type Method Description ClearStatisticsRequestClearStatisticsRequest. setColumnName(String columnName)Name of the column intableNamefor which to clear statistics.ClearStatisticsRequestClearStatisticsRequest. setOptions(Map<String,String> options)Optional parameters.ClearStatisticsRequestClearStatisticsRequest. setTableName(String tableName)Name of a table, in [schema_name.]table_name format, using standard name resolution rules.
-