public interface IEvaluationPlan
| Modifier and Type | Method and Description |
|---|---|
int[] |
getOrder()
Return the evaluation order.
|
boolean |
isEmpty()
true iff the IRule was proven to be empty based on
range counts or other data. |
long |
rangeCount(int tailIndex)
The range count for the predicate.
|
int[] getOrder()
[2,0,1] says that the predicates will
be evaluated in the order tail[2], then tail[0], then tail[1].boolean isEmpty()
true iff the IRule was proven to be empty based on
range counts or other data.long rangeCount(int tailIndex)
tailIndex - The index of the predicate in the tail of the rule.IRangeCountFactoryCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.