Interface PhysicalPlanWithNaryRoot
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the root operator of this plan.Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.physical.PhysicalPlan
getExpectedVariables, getSubPlan, numberOfSubPlans 
- 
Method Details
- 
getRootOperator
NaryPhysicalOp getRootOperator()Description copied from interface:PhysicalPlanReturns the root operator of this plan.- Specified by:
 getRootOperatorin interfacePhysicalPlan
 
 -