Package io.trino.execution
Class ExplainAnalyzeContext
- java.lang.Object
-
- io.trino.execution.ExplainAnalyzeContext
-
public class ExplainAnalyzeContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ExplainAnalyzeContext(QueryPerformanceFetcher queryPerformanceFetcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryPerformanceFetchergetQueryPerformanceFetcher()
-
-
-
Constructor Detail
-
ExplainAnalyzeContext
@Inject public ExplainAnalyzeContext(QueryPerformanceFetcher queryPerformanceFetcher)
-
-
Method Detail
-
getQueryPerformanceFetcher
public QueryPerformanceFetcher getQueryPerformanceFetcher()
-
-