Package io.trino.cost
Interface StatsProvider
-
- All Known Implementing Classes:
CachingStatsProvider
public interface StatsProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanNodeStatsEstimategetStats(PlanNode node)
-
-
-
Method Detail
-
getStats
PlanNodeStatsEstimate getStats(PlanNode node)
-
-