Package | Description |
---|---|
net.ontopia.topicmaps.query.impl.utils |
Code shared between query implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
PredicateDrivenCostEstimator |
class |
SimpleCostEstimator |
Modifier and Type | Method and Description |
---|---|
static List |
QueryOptimizer.reorder(List qclauses,
Set boundvars,
Set literalvars,
String rulename,
CostEstimator estimator)
INTERNAL: Optimizes the order of the query clauses in a context
where the given variables are bound.
|