DeltaMergeIntoMatchedClause — WHEN MATCHED Clause¶
DeltaMergeIntoMatchedClause is an extension of the DeltaMergeIntoClause abstraction for WHEN MATCHED clauses.
Implementations¶
Sealed Trait
DeltaMergeIntoMatchedClause is a Scala sealed trait which means that all of the implementations are in the same compilation unit (a single file).