telepath / com.github.giedomak.telepath.datamodels.plans

Package com.github.giedomak.telepath.datamodels.plans

Types

AbstractMultiTree

abstract class AbstractMultiTree<ImplementingTree : AbstractMultiTree<ImplementingTree>> : Cloneable

LogicalPlan

class LogicalPlan : AbstractMultiTree<LogicalPlan>

Data-structure to represent the given user input, and physical plans.

PhysicalPlan

class PhysicalPlan : AbstractMultiTree<PhysicalPlan>

Representation of the physical plan.