Uses of Class
com.gpudb.protocol.ShowStatisticsResponse
-
Packages that use ShowStatisticsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowStatisticsResponse in com.gpudb
Methods in com.gpudb that return ShowStatisticsResponse Modifier and Type Method Description ShowStatisticsResponseGPUdb. showStatistics(ShowStatisticsRequest request)Retrieves the collected column statistics for the specified table(s).ShowStatisticsResponseGPUdb. showStatistics(List<String> tableNames, Map<String,String> options)Retrieves the collected column statistics for the specified table(s). -
Uses of ShowStatisticsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowStatisticsResponse Modifier and Type Method Description ShowStatisticsResponseShowStatisticsResponse. setInfo(Map<String,String> info)Additional information.ShowStatisticsResponseShowStatisticsResponse. setStastisticsMap(List<List<Map<String,String>>> stastisticsMap)A list of maps which contain the column statistics of the tabletableNames.ShowStatisticsResponseShowStatisticsResponse. setTableNames(List<String> tableNames)Value oftableNames.
-