public interface IRangeCountFactory
IEvaluationPlan
to obtain range counts for
the IPredicate
s in an IRule
. The use of this interface on
the one hand makes it possible to test IEvaluationPlan
s without real
data and on the other hand makes it possible to cache range counts across
queries evaluated against the same state of the database.Modifier and Type | Method and Description |
---|---|
long |
rangeCount(IPredicate pred)
Return the range count for the predicate as bound.
|
long rangeCount(IPredicate pred)
pred
- The predicate.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.