Uses of Interface
io.trino.execution.QueryPerformanceFetcher
-
Packages that use QueryPerformanceFetcher Package Description io.trino.execution io.trino.operator io.trino.server -
-
Uses of QueryPerformanceFetcher in io.trino.execution
Methods in io.trino.execution that return QueryPerformanceFetcher Modifier and Type Method Description QueryPerformanceFetcherExplainAnalyzeContext. getQueryPerformanceFetcher()Constructors in io.trino.execution with parameters of type QueryPerformanceFetcher Constructor Description ExplainAnalyzeContext(QueryPerformanceFetcher queryPerformanceFetcher) -
Uses of QueryPerformanceFetcher in io.trino.operator
Constructors in io.trino.operator with parameters of type QueryPerformanceFetcher Constructor Description ExplainAnalyzeOperator(OperatorContext operatorContext, QueryPerformanceFetcher queryPerformanceFetcher, Metadata metadata, boolean verbose)ExplainAnalyzeOperatorFactory(int operatorId, PlanNodeId planNodeId, QueryPerformanceFetcher queryPerformanceFetcher, Metadata metadata, boolean verbose) -
Uses of QueryPerformanceFetcher in io.trino.server
Methods in io.trino.server that return QueryPerformanceFetcher Modifier and Type Method Description static QueryPerformanceFetcherCoordinatorModule. createQueryPerformanceFetcher(QueryManager queryManager)
-