Package mondrian.rolap
Class StarColumnPredicate.Overlap
- java.lang.Object
-
- mondrian.rolap.StarColumnPredicate.Overlap
-
- Enclosing interface:
- StarColumnPredicate
public static class StarColumnPredicate.Overlap extends Object
Returned byStarColumnPredicate.intersect(mondrian.rolap.StarColumnPredicate)
, describes whether two predicates overlap, and if so, the remaining predicate.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
matched
StarColumnPredicate
remaining
float
selectivity
-
Constructor Summary
Constructors Constructor Description Overlap(boolean matched, StarColumnPredicate remaining, float selectivity)
-
-
-
Field Detail
-
matched
public final boolean matched
-
remaining
public final StarColumnPredicate remaining
-
selectivity
public final float selectivity
-
-
Constructor Detail
-
Overlap
public Overlap(boolean matched, StarColumnPredicate remaining, float selectivity)
-
-