|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.query.planning.OdoQueryOptimizer
public class OdoQueryOptimizer
The OdoQueryOptimizer attempts to prioritize evaluation of triple patterns with less free variables before those with more free variables.
| Constructor Summary | |
|---|---|
OdoQueryOptimizer()
|
|
| Method Summary | |
|---|---|
java.util.Iterator<TreeNode> |
orderNodes(java.util.Iterator<? extends TreeNode> nodes)
Provides an execution plan by ordering a sequence of sibling nodes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OdoQueryOptimizer()
| Method Detail |
|---|
public java.util.Iterator<TreeNode> orderNodes(java.util.Iterator<? extends TreeNode> nodes)
QueryExecutionPlan
orderNodes in interface QueryExecutionPlannodes - The original order of the nodes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||