Interface LogicalPlanWithNullaryRoot
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root operator of this plan.Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.logical.LogicalPlan
getExpectedVariables, getSubPlan, numberOfSubPlans
-
Method Details
-
getRootOperator
NullaryLogicalOp getRootOperator()Description copied from interface:LogicalPlan
Returns the root operator of this plan.- Specified by:
getRootOperator
in interfaceLogicalPlan
-