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