| Package | Description |
|---|---|
| org.apache.tajo.plan.joinorder |
| Modifier and Type | Method and Description |
|---|---|
FoundJoinOrder |
JoinOrderAlgorithm.findBestOrder(LogicalPlan plan,
LogicalPlan.QueryBlock block,
JoinGraph joinGraph,
Set<String> relationsWithoutQual) |
FoundJoinOrder |
GreedyHeuristicJoinOrderAlgorithm.findBestOrder(LogicalPlan plan,
LogicalPlan.QueryBlock block,
JoinGraph joinGraph,
Set<String> relationsWithoutQual) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.