Skip to main content

plan_upsert

Function plan_upsert 

Source
pub fn plan_upsert(
    ins: &Insert,
    catalog: &dyn SqlCatalog,
) -> Result<Vec<SqlPlan>>
Expand description

Plan an UPSERT statement (pre-processed from UPSERT INTO to INSERT INTO).

Same parsing as INSERT but routes through engine_rules.plan_upsert().