DeltaMergeIntoUpdateClause¶
DeltaMergeIntoUpdateClause
is a DeltaMergeIntoMatchedClause for the following:
UpdateAction
matched actions inMergeIntoTable
(Spark SQL) logical command- DeltaMergeMatchedActionBuilder.updateAll, DeltaMergeMatchedActionBuilder.update and DeltaMergeMatchedActionBuilder.updateExpr operators
Creating Instance¶
DeltaMergeIntoUpdateClause
takes the following to be created:
DeltaMergeIntoUpdateClause
is created when:
DeltaMergeMatchedActionBuilder
is requested to updateAll and addUpdateClause- DeltaAnalysis logical resolution rule is executed (and resolves
MergeIntoTable
logical command withUpdateAction
matched actions)