Package io.trino.operator
Class UpdateOperator
- java.lang.Object
-
- io.trino.operator.AbstractRowChangeOperator
-
- io.trino.operator.UpdateOperator
-
- All Implemented Interfaces:
Operator,AutoCloseable
public class UpdateOperator extends AbstractRowChangeOperator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateOperator.UpdateOperatorFactory-
Nested classes/interfaces inherited from class io.trino.operator.AbstractRowChangeOperator
AbstractRowChangeOperator.State
-
-
Field Summary
-
Fields inherited from class io.trino.operator.AbstractRowChangeOperator
rowCount, state
-
Fields inherited from interface io.trino.operator.Operator
NOT_BLOCKED
-
-
Constructor Summary
Constructors Constructor Description UpdateOperator(OperatorContext operatorContext, List<Integer> columnValueAndRowIdChannels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInput(Page page)Adds an input page to the operator.-
Methods inherited from class io.trino.operator.AbstractRowChangeOperator
close, finish, getOperatorContext, getOutput, isBlocked, isFinished, needsInput, pageSource, setPageSource
-
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.Operator
finishMemoryRevoke, startMemoryRevoke
-
-
-
-
Constructor Detail
-
UpdateOperator
public UpdateOperator(OperatorContext operatorContext, List<Integer> columnValueAndRowIdChannels)
-
-