Uses of Class
com.gpudb.protocol.ShowStatisticsRequest
-
Packages that use ShowStatisticsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowStatisticsRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowStatisticsRequest Modifier and Type Method Description ShowStatisticsResponseGPUdb. showStatistics(ShowStatisticsRequest request)Retrieves the collected column statistics for the specified table(s). -
Uses of ShowStatisticsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowStatisticsRequest Modifier and Type Method Description ShowStatisticsRequestShowStatisticsRequest. setOptions(Map<String,String> options)Optional parameters.ShowStatisticsRequestShowStatisticsRequest. setTableNames(List<String> tableNames)Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules.
-