object SimpleEnumerator : Enumerator
(source)
The SimpleEnumerator will enumerate all physical operators we support for a given logical operator.
fun enumerate(tree1: PhysicalPlan, tree2: PhysicalPlan, logicalOperator: Int): Sequence<PhysicalPlan>
Merge two physical plans by all the physical operators we support for the given logicalOperator. |