Package io.trino.operator
Class DeleteAndInsertMergeProcessor
java.lang.Object
io.trino.operator.DeleteAndInsertMergeProcessor
- All Implemented Interfaces:
MergeRowChangeProcessor
-
Field Summary
Fields inherited from interface io.trino.operator.MergeRowChangeProcessor
DEFAULT_CASE_OPERATION_NUMBER -
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
-