Skip to main content

run

Function run 

Source
pub fn run<F>(
    plan: &mut ExecutionPlan,
    schemas: &HashMap<RelId, Schema>,
    stats: &StatsManager,
    allocate: F,
) -> Vec<HelperRelationSpec>
where F: FnMut(Schema) -> (String, RelId),
Expand description

Rewrite eligible rules in-place and return the helper relations introduced.