DeltaMergeIntoNotMatchedInsertClause — WHEN NOT MATCHED THEN INSERT Clause¶
DeltaMergeIntoNotMatchedInsertClause
is a DeltaMergeIntoNotMatchedClause that represents WHEN NOT MATCHED THEN INSERT
clauses in the following:
InsertAction
andInsertStarAction
not-matched actions inMergeIntoTable
(Spark SQL) logical command- DeltaMergeNotMatchedActionBuilder.insertAll, DeltaMergeNotMatchedActionBuilder.insert and DeltaMergeNotMatchedActionBuilder.insertExpr operators
Creating Instance¶
DeltaMergeIntoNotMatchedInsertClause
takes the following to be created:
DeltaMergeIntoNotMatchedInsertClause
is created when:
DeltaMergeNotMatchedActionBuilder
is requested to insertAll and addInsertClause- DeltaAnalysis logical resolution rule is executed (and resolves
MergeIntoTable
logical command withInsertAction
andInsertStarAction
not-matched actions)