Uses of Interface
io.trino.operator.MergeRowChangeProcessor
Packages that use MergeRowChangeProcessor
-
Uses of MergeRowChangeProcessor in io.trino.operator
Classes in io.trino.operator that implement MergeRowChangeProcessorModifier and TypeClassDescriptionclassThe transformPage() method in this class does two things: Transform the input page into an "update" page format Removes all rows whose operation number is DEFAULT_CASE_OPERATION_NUMBERclassConstructors in io.trino.operator with parameters of type MergeRowChangeProcessorModifierConstructorDescriptionFactory(int operatorId, PlanNodeId planNodeId, MergeRowChangeProcessor rowChangeProcessor, Function<Page, Page> pagePreprocessor)