-
lance.MergeInsertBuilder.when_not_matched_by_source_delete(expr: str | None =
None
) MergeInsertBuilder Configure the operation to delete source rows that do not match
After this method is called, when the merge insert operation executes, any rows that exist only in the target table will be deleted. An optional filter can be specified to limit the scope of the delete operation. If given (as an SQL filter) then only rows which match the filter will be deleted.