Package io.trino.operator
Class ExplainAnalyzeOperator.ExplainAnalyzeOperatorFactory
java.lang.Object
io.trino.operator.ExplainAnalyzeOperator.ExplainAnalyzeOperatorFactory
- All Implemented Interfaces:
OperatorFactory
- Enclosing class:
ExplainAnalyzeOperator
public static class ExplainAnalyzeOperator.ExplainAnalyzeOperatorFactory
extends Object
implements OperatorFactory
-
Constructor Summary
ConstructorsConstructorDescriptionExplainAnalyzeOperatorFactory(int operatorId, PlanNodeId planNodeId, QueryPerformanceFetcher queryPerformanceFetcher, Metadata metadata, FunctionManager functionManager, boolean verbose, NodeVersion version) -
Method Summary
Modifier and TypeMethodDescriptioncreateOperator(DriverContext driverContext) voidDeclare that createOperator will not be called any more and release any resources associated with this factory.
-
Constructor Details
-
ExplainAnalyzeOperatorFactory
public ExplainAnalyzeOperatorFactory(int operatorId, PlanNodeId planNodeId, QueryPerformanceFetcher queryPerformanceFetcher, Metadata metadata, FunctionManager functionManager, boolean verbose, NodeVersion version)
-
-
Method Details
-
createOperator
- Specified by:
createOperatorin interfaceOperatorFactory
-
noMoreOperators
public void noMoreOperators()Description copied from interface:OperatorFactoryDeclare that createOperator will not be called any more and release any resources associated with this factory.This method will be called only once. Implementation doesn't need to worry about duplicate invocations.
- Specified by:
noMoreOperatorsin interfaceOperatorFactory
-
duplicate
- Specified by:
duplicatein interfaceOperatorFactory
-