Uses of Interface
io.trino.execution.QueryPerformanceFetcher
Packages that use QueryPerformanceFetcher
-
Uses of QueryPerformanceFetcher in io.trino.execution
Methods in io.trino.execution that return QueryPerformanceFetcherConstructors in io.trino.execution with parameters of type QueryPerformanceFetcherModifierConstructorDescriptionExplainAnalyzeContext(QueryPerformanceFetcher queryPerformanceFetcher) -
Uses of QueryPerformanceFetcher in io.trino.operator
Constructors in io.trino.operator with parameters of type QueryPerformanceFetcherModifierConstructorDescriptionExplainAnalyzeOperator(OperatorContext operatorContext, QueryPerformanceFetcher queryPerformanceFetcher, Metadata metadata, FunctionManager functionManager, boolean verbose, NodeVersion version) ExplainAnalyzeOperatorFactory(int operatorId, PlanNodeId planNodeId, QueryPerformanceFetcher queryPerformanceFetcher, Metadata metadata, FunctionManager functionManager, boolean verbose, NodeVersion version) -
Uses of QueryPerformanceFetcher in io.trino.server
Methods in io.trino.server that return QueryPerformanceFetcherModifier and TypeMethodDescriptionstatic QueryPerformanceFetcherCoordinatorModule.createQueryPerformanceFetcher(QueryManager queryManager)