fun getPhysicalOperator(physicalPlan: PhysicalPlan): PhysicalOperator?
(source)
Convert the operators constants to an actual PhysicalOperator instance.
physicalPlan
- which holds the operator constant.
Return
The PhysicalOperator instance which has knowledge of the physical plan.