public class JoinExecutionPlan extends Object implements ExecutionPlan
Constructor and Description |
---|
JoinExecutionPlan(JoinImpl join,
ExecutionPlan leftPlan,
ExecutionPlan rightPlan,
double estimatedCost) |
Modifier and Type | Method and Description |
---|---|
double |
getEstimatedCost() |
JoinImpl |
getJoin() |
ExecutionPlan |
getLeftPlan() |
ExecutionPlan |
getRightPlan() |
public JoinExecutionPlan(JoinImpl join, ExecutionPlan leftPlan, ExecutionPlan rightPlan, double estimatedCost)
public double getEstimatedCost()
getEstimatedCost
in interface ExecutionPlan
public JoinImpl getJoin()
public ExecutionPlan getLeftPlan()
public ExecutionPlan getRightPlan()
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.