telepath / com.github.giedomak.telepath.physicaloperators / PhysicalOperator / getPhysicalOperator

getPhysicalOperator

fun getPhysicalOperator(physicalPlan: PhysicalPlan): PhysicalOperator? (source)

Convert the operators constants to an actual PhysicalOperator instance.

Parameters

physicalPlan - which holds the operator constant.

Return
The PhysicalOperator instance which has knowledge of the physical plan.