public static class StarColumnPredicate.Overlap extends Object
StarColumnPredicate.intersect(mondrian.rolap.StarColumnPredicate),
 describes whether two predicates overlap, and if so, the remaining
 predicate.| Modifier and Type | Field and Description | 
|---|---|
boolean | 
matched  | 
StarColumnPredicate | 
remaining  | 
float | 
selectivity  | 
| Constructor and Description | 
|---|
StarColumnPredicate.Overlap(boolean matched,
                           StarColumnPredicate remaining,
                           float selectivity)  | 
public final boolean matched
public final StarColumnPredicate remaining
public final float selectivity
public StarColumnPredicate.Overlap(boolean matched,
                           StarColumnPredicate remaining,
                           float selectivity)