Interface PhysicalPlanWithUnaryRoot
- All Superinterfaces:
PhysicalPlan,QueryPlan
- All Known Implementing Classes:
PhysicalPlanWithUnaryRootImpl
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root operator of this plan.Convenience method that always should return the same as what is returned by callingPhysicalPlan.getSubPlan(int)with a value of 0.Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.physical.PhysicalPlan
getSubPlanMethods inherited from interface se.liu.ida.hefquin.engine.queryplan.base.QueryPlan
getExpectedVariables, getID, getQueryPlanningInfo, hasQueryPlanningInfo, isSamePlan, numberOfSubPlans
-
Method Details
-
getRootOperator
UnaryPhysicalOp getRootOperator()Description copied from interface:QueryPlanReturns the root operator of this plan.- Specified by:
getRootOperatorin interfacePhysicalPlan- Specified by:
getRootOperatorin interfaceQueryPlan
-
getSubPlan
PhysicalPlan getSubPlan()Convenience method that always should return the same as what is returned by callingPhysicalPlan.getSubPlan(int)with a value of 0.
-