telepath / com.github.giedomak.telepath.datamodels.plans / PhysicalPlan / <init>

<init>

PhysicalPlan(query: Query, leaf: Edge)

Directly construct a PhysicalPlan for the given leaf.

Parameters

query - We always need a reference to a query.

leaf - The Edge which will be the leaf of this LogicalPlan.

PhysicalPlan(query: Query, operator: Int = PhysicalOperator.LEAF)

Representation of the physical plan.

This class extends AbstractMultiTree and and has physical operators instread of logical operators in comparison to the LogicalPlan class.