| Package | Description | 
|---|---|
| mondrian.rolap.agg | 
 Manages a cache of aggregates containing cell values. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemberColumnPredicate
Column constraint defined by a member. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ValueColumnPredicate | 
RangeColumnPredicate.getLowerBound()  | 
ValueColumnPredicate | 
RangeColumnPredicate.getUpperBound()  | 
| Modifier and Type | Method and Description | 
|---|---|
static StarColumnPredicate | 
AbstractColumnPredicate.Factory.equal(ValueColumnPredicate predicate)
Returns a predicate which tests whether the column's
 value is equal to column predicate's value. 
 | 
| Constructor and Description | 
|---|
RangeColumnPredicate(RolapStar.Column column,
                    boolean lowerInclusive,
                    ValueColumnPredicate lowerBound,
                    boolean upperInclusive,
                    ValueColumnPredicate upperBound)
Creates a RangeColumnPredicate. 
 | 
Copyright © 2017 Hitachi Vantara. All rights reserved.