public interface PairwiseStatsContentModel extends ContentModel
ContentContainer
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAvailablePrimaryColumns()
Returns the names of the primary columns that can be queried.
|
java.util.List<java.lang.Object> |
getAvailablePrimaryValues()
Returns the values of the primary column that can be queried.
|
java.util.List<java.lang.String> |
getAvailableSecondaryColumns()
Returns the names of the secondary columns that can be queried.
|
java.util.List<StatisticType> |
getAvailableStatistics()
Returns the statistics which have been computed.
|
java.lang.Number |
getStatistic(java.lang.String primaryColumn,
java.lang.Object primaryValue,
java.lang.String secondaryColumn,
StatisticType statistic)
Returns the value of the statistic for the specified value in the primary column
associated with the secondary column.
|
java.lang.Number |
getStatistic(java.lang.String primaryColumn,
java.lang.String secondaryColumn,
StatisticType statistic)
Returns the value of the statistic for the specified pair of columns.
|
getContainerName, reset
java.util.List<java.lang.String> getAvailablePrimaryColumns()
getAvailablePrimaryValues()
,
getAvailableSecondaryColumns()
,
getAvailableStatistics()
java.util.List<java.lang.Object> getAvailablePrimaryValues()
getAvailablePrimaryColumns()
,
getAvailableSecondaryColumns()
,
getAvailableStatistics()
java.util.List<java.lang.String> getAvailableSecondaryColumns()
getAvailablePrimaryColumns()
,
getAvailablePrimaryValues()
,
getAvailableStatistics()
java.util.List<StatisticType> getAvailableStatistics()
getAvailablePrimaryColumns()
,
getAvailablePrimaryValues()
,
getAvailableSecondaryColumns()
java.lang.Number getStatistic(java.lang.String primaryColumn, java.lang.String secondaryColumn, StatisticType statistic)
primaryColumn
- the primary columnsecondaryColumn
- the secondary columnstatistic
- the statisticnull
if the statistic for the field was not computed.getStatistic(String, Object, String, StatisticType)
java.lang.Number getStatistic(java.lang.String primaryColumn, java.lang.Object primaryValue, java.lang.String secondaryColumn, StatisticType statistic)
primaryColumn
- the primary columnprimaryValue
- the primary column valuesecondaryColumn
- the secondary columnstatistic
- the statisticnull
if the statistic for the field was not computed.getStatistic(String, String, StatisticType)
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.