Skip to main content

Module merge

Module merge 

Source
Expand description

MERGE statement planning.

Translates sqlparser::ast::Statement::Merge into SqlPlan::Merge. Supported engines: document_schemaless, document_strict. All other engines return SqlError::Unsupported.

Functionsยง

plan_merge
Plan a MERGE INTO target USING source ON ... WHEN ... THEN ... statement.