Package io.trino.cost
Interface CostProvider
-
- All Known Implementing Classes:
CachingCostProvider
public interface CostProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanCostEstimategetCost(PlanNode node)
-
-
-
Method Detail
-
getCost
PlanCostEstimate getCost(PlanNode node)
-
-