Skip to main content

prepare_inference_predicate

Function prepare_inference_predicate 

Source
pub fn prepare_inference_predicate<'a>(
    context: InferenceContext<'_>,
    statement: &'a InsertPlan,
    params: &[SQLParam],
) -> Result<Cow<'a, InsertPlan>, SQLError>
Expand description

Analyze the inference clause in the INSERT target’s scope before uniqueness arbitration, including commands that produce no input rows.