telepath / com.github.giedomak.telepath.utilities / CardinalityBenchmark / generate

generate

fun generate(logicalPlan: LogicalPlan): Sequence<PhysicalPlan> (source)

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.