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:PhysicalPlan
Returns the root operator of this plan.- Specified by:
getRootOperator
in interfacePhysicalPlan
-