Skip to main content

plan_rule

Function plan_rule 

Source
pub fn plan_rule(
    rule: &Rule,
    base_relations: &RefRelationStore,
) -> Result<RulePlan, PlanError>
Expand description

Plan a single rule. See module-level docs for the contract.