Package io.trino.cost
Interface RuntimeInfoProvider
- All Known Implementing Classes:
StaticRuntimeInfoProvider
public interface RuntimeInfoProvider
Provides runtime information from FTE execution. This is used to re-optimize the plan based
on the actual runtime statistics.
-
Method Summary
Modifier and TypeMethodDescriptiongetPlanFragment(PlanFragmentId planFragmentId) getRuntimeOutputStats(PlanFragmentId planFragmentId) static RuntimeInfoProvider
-
Method Details
-
getRuntimeOutputStats
-
getPlanFragment
-
getAllPlanFragments
List<PlanFragment> getAllPlanFragments() -
noImplementation
-