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().