DeltaMergeIntoNotMatchedBySourceUpdateClause — WHEN NOT MATCHED BY SOURCE THEN UPDATE Clause¶
DeltaMergeIntoNotMatchedBySourceUpdateClause is a DeltaMergeIntoNotMatchedBySourceClause that represents WHEN NOT MATCHED BY SOURCE THEN UPDATE clauses in the following:
UpdateActionnot-matched-by-source actions inMergeIntoTable(Spark SQL) logical command- DeltaMergeMatchedActionBuilder.update operator
Creating Instance¶
DeltaMergeIntoNotMatchedBySourceUpdateClause takes the following to be created:
DeltaMergeIntoNotMatchedBySourceUpdateClause is created when:
DeltaMergeNotMatchedBySourceActionBuilderis requested to addUpdateClause- DeltaAnalysis logical resolution rule is executed (and resolves
MergeIntoTablelogical command withUpdateActionnot-matched-by-source actions)