Package io.trino.operator
Class AssignUniqueIdOperator
- java.lang.Object
-
- io.trino.operator.AssignUniqueIdOperator
-
- All Implemented Interfaces:
WorkProcessorOperator,AutoCloseable
public class AssignUniqueIdOperator extends Object implements WorkProcessorOperator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperatorFactorycreateOperatorFactory(int operatorId, PlanNodeId planNodeId)WorkProcessor<Page>getOutputPages()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.operator.WorkProcessorOperator
close, getOperatorInfo
-
-
-
-
Method Detail
-
createOperatorFactory
public static OperatorFactory createOperatorFactory(int operatorId, PlanNodeId planNodeId)
-
getOutputPages
public WorkProcessor<Page> getOutputPages()
- Specified by:
getOutputPagesin interfaceWorkProcessorOperator
-
-