Class DeleteAndInsertMergeProcessor
java.lang.Object
io.trino.operator.DeleteAndInsertMergeProcessor
- All Implemented Interfaces:
MergeRowChangeProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransformPage(Page inputPage) Transform UPDATE operations into an INSERT and DELETE operation.
-
Constructor Details
-
DeleteAndInsertMergeProcessor
-
-
Method Details
-
getDataColumnTypes
-
getRowIdType
-
transformPage
Transform UPDATE operations into an INSERT and DELETE operation. SeeMergeRowChangeProcessor.transformPage(io.trino.spi.Page)for details.- Specified by:
transformPagein interfaceMergeRowChangeProcessor
-