pub fn ensure_insert_target_privileges(
catalog: &dyn MutationPrivilegeCatalog,
stmt: &InsertPlan,
conflict_update_columns: Option<&[String]>,
) -> Result<(), SQLError>Expand description
Analyze INSERT and ON CONFLICT privileges before any trigger or row mutation.