public class PlanNodeWithCost extends Object
Constructor and Description |
---|
PlanNodeWithCost(PlanCostEstimate cost,
PlanNode planNode) |
Modifier and Type | Method and Description |
---|---|
PlanCostEstimate |
getCost() |
PlanNode |
getPlanNode() |
public PlanNodeWithCost(PlanCostEstimate cost, PlanNode planNode)
public PlanNode getPlanNode()
public PlanCostEstimate getCost()
Copyright © 2012–2021. All rights reserved.