public interface Costable
Modifier and Type | Method and Description |
---|---|
long |
estimateCardinality(Constraint constraint)
Compute the cost applying the given constraint.
|
long |
estimateTotalCount()
Get the estimated number of entries within this index.
|
long estimateCardinality(Constraint constraint)
constraint
- the constraint; never nulllong estimateTotalCount()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.