Class PlanNodeWithCost
- java.lang.Object
-
- io.trino.sql.planner.iterative.rule.PlanNodeWithCost
-
public class PlanNodeWithCost extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanNodeWithCost(PlanCostEstimate cost, PlanNode planNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanCostEstimategetCost()PlanNodegetPlanNode()
-
-
-
Constructor Detail
-
PlanNodeWithCost
public PlanNodeWithCost(PlanCostEstimate cost, PlanNode planNode)
-
-
Method Detail
-
getPlanNode
public PlanNode getPlanNode()
-
getCost
public PlanCostEstimate getCost()
-
-