Package io.trino.sql.planner
Class Plan
- java.lang.Object
-
- io.trino.sql.planner.Plan
-
public class Plan extends Object
-
-
Constructor Summary
Constructors Constructor Description Plan(PlanNode root, TypeProvider types, StatsAndCosts statsAndCosts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanNodegetRoot()StatsAndCostsgetStatsAndCosts()TypeProvidergetTypes()
-
-
-
Constructor Detail
-
Plan
public Plan(PlanNode root, TypeProvider types, StatsAndCosts statsAndCosts)
-
-
Method Detail
-
getRoot
public PlanNode getRoot()
-
getTypes
public TypeProvider getTypes()
-
getStatsAndCosts
public StatsAndCosts getStatsAndCosts()
-
-