Skip to main content

validate_plan_with_context

Function validate_plan_with_context 

Source
pub fn validate_plan_with_context(
    data: &Graph,
    context: &Graph,
    plan: &PhysicalPlan,
) -> Result<ValidationOutcome, NonStratifiable>
Expand description

Validate plan focus nodes from data against the supplied execution context.