mondrian.rolap
Class StarColumnPredicate.Overlap

java.lang.Object
  extended by mondrian.rolap.StarColumnPredicate.Overlap
Enclosing interface:
StarColumnPredicate

public static class StarColumnPredicate.Overlap
extends Object

Returned by StarColumnPredicate.intersect(mondrian.rolap.StarColumnPredicate), describes whether two predicates overlap, and if so, the remaining predicate.

 

Field Summary
 boolean matched
           
 StarColumnPredicate remaining
           
 float selectivity
           
 
Constructor Summary
StarColumnPredicate.Overlap(boolean matched, StarColumnPredicate remaining, float selectivity)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matched

public final boolean matched

remaining

public final StarColumnPredicate remaining

selectivity

public final float selectivity
Constructor Detail

StarColumnPredicate.Overlap

public StarColumnPredicate.Overlap(boolean matched,
                                   StarColumnPredicate remaining,
                                   float selectivity)

SourceForge.net_Logo