telepath / com.github.giedomak.telepath.planner

Package com.github.giedomak.telepath.planner

Enumerate and find the best physical-plan to give to the evaluation engine.

Types

DynamicProgrammingPlanner

object DynamicProgrammingPlanner : Planner

The DynamicProgrammingPlanner uses the DPsize algorithm for inspiration.

Planner

interface Planner