telepath / com.github.giedomak.telepath.planner.enumerator / SimpleEnumerator

SimpleEnumerator

object SimpleEnumerator : Enumerator (source)

The SimpleEnumerator will enumerate all physical operators we support for a given logical operator.

Functions

enumerate

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.