DeltaMergeIntoNotMatchedInsertClause — WHEN NOT MATCHED THEN INSERT Clause¶
DeltaMergeIntoNotMatchedInsertClause is a DeltaMergeIntoNotMatchedClause that represents WHEN NOT MATCHED THEN INSERT clauses in the following:
InsertActionandInsertStarActionnot-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:
DeltaMergeNotMatchedActionBuilderis requested to insertAll and addInsertClause- DeltaAnalysis logical resolution rule is executed (and resolves
MergeIntoTablelogical command withInsertActionandInsertStarActionnot-matched actions)