Class JoinExecutionPlan
java.lang.Object
org.apache.jackrabbit.oak.query.plan.JoinExecutionPlan
- All Implemented Interfaces:
ExecutionPlan
An execution plan for a join.
-
Constructor Summary
ConstructorsConstructorDescriptionJoinExecutionPlan
(JoinImpl join, ExecutionPlan leftPlan, ExecutionPlan rightPlan, double estimatedCost) -
Method Summary
-
Constructor Details
-
JoinExecutionPlan
public JoinExecutionPlan(JoinImpl join, ExecutionPlan leftPlan, ExecutionPlan rightPlan, double estimatedCost)
-
-
Method Details
-
getEstimatedCost
public double getEstimatedCost()- Specified by:
getEstimatedCost
in interfaceExecutionPlan
-
getJoin
-
getLeftPlan
-
getRightPlan
-