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 |
---|
Overlap(boolean matched,
StarColumnPredicate remaining,
float selectivity) |
public final boolean matched
public final StarColumnPredicate remaining
public final float selectivity
public Overlap(boolean matched, StarColumnPredicate remaining, float selectivity)
Copyright © 2020 Hitachi Vantara. All rights reserved.