Uses of Class
com.gpudb.protocol.ClearStatisticsResponse
-
Packages that use ClearStatisticsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ClearStatisticsResponse in com.gpudb
Methods in com.gpudb that return ClearStatisticsResponse Modifier and Type Method Description ClearStatisticsResponseGPUdb. clearStatistics(ClearStatisticsRequest request)Clears statistics (cardinality, mean value, etc.) for a column in a specified table.ClearStatisticsResponseGPUdb. clearStatistics(String tableName, String columnName, Map<String,String> options)Clears statistics (cardinality, mean value, etc.) for a column in a specified table. -
Uses of ClearStatisticsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ClearStatisticsResponse Modifier and Type Method Description ClearStatisticsResponseClearStatisticsResponse. setColumnName(String columnName)Value ofcolumnName.ClearStatisticsResponseClearStatisticsResponse. setInfo(Map<String,String> info)Additional information.ClearStatisticsResponseClearStatisticsResponse. setTableName(String tableName)Value oftableName.
-