telepath / com.github.giedomak.telepath.planner / DynamicProgrammingPlanner / generate

generate

fun generate(logicalPlan: LogicalPlan): PhysicalPlan (source)

Overrides Planner.generate

Generate the cheapest physical plan for a given flattened logical plan.

Parameters

logicalPlan - A flattened logical plan for which we have to generate the cheapest physical plan.

Return
The cheapest physical plan for the given flattened logical plan.