saffron.rel.plan
Class NestedLoopJoinPlan
java.lang.Object
|
+--saffron.runtime.IteratorPlan
|
+--saffron.rel.plan.NestedLoopJoinPlan
- All Implemented Interfaces:
- Iterator, Plan
- class NestedLoopJoinPlan
- extends IteratorPlan
todo:
- Since:
- 15 February, 2002
- Version:
- $Id: //open/saffron/src/main/saffron/rel/plan/NestedLoopJoinPlan.java#3 $
- Author:
- jhyde
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rel
PlanNestedLoopJoin rel
leftPlan
Plan leftPlan
rightPlan
Plan rightPlan
conditionPlan
Expression conditionPlan
NestedLoopJoinPlan
public NestedLoopJoinPlan(PlanNestedLoopJoin rel,
Plan leftPlan,
Plan rightPlan,
Expression conditionPlan)
explain
public void explain(PlanWriter pw)
execute
public void execute()