public interface ColumnStatsContentModel extends ContentModel
ContentContainer
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAvailableColumns()
Returns the names of the columns that can be queried.
|
java.util.List<StatisticType> |
getAvailableStatistics()
Returns the statistics which have been computed.
|
java.lang.Number |
getStatistic(java.lang.String column,
StatisticType statistic)
Returns the value of the statistic for the specified
|
getContainerName, reset
java.util.List<java.lang.String> getAvailableColumns()
getAvailableStatistics()
java.util.List<StatisticType> getAvailableStatistics()
getAvailableColumns()
java.lang.Number getStatistic(java.lang.String column, StatisticType statistic)
column
- the columnstatistic
- the statisticnull
if the statistic for the field was not computed.(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.