DeltaMergeIntoInsertClause¶
DeltaMergeIntoInsertClause
is a DeltaMergeIntoClause for the following:
InsertAction
not-matched actions inMergeIntoTable
(Spark SQL) logical command- DeltaMergeNotMatchedActionBuilder.insertAll, DeltaMergeNotMatchedActionBuilder.insert and DeltaMergeNotMatchedActionBuilder.insertExpr operators
Creating Instance¶
DeltaMergeIntoInsertClause
takes the following to be created:
DeltaMergeIntoInsertClause
is created when:
DeltaMergeNotMatchedActionBuilder
is requested to insertAll and addInsertClause- DeltaAnalysis logical resolution rule is executed (and resolves
MergeIntoTable
logical command withInsertAction
not-matched actions)