mz_transform::dataflow

Function optimize_dataflow_relations

Source
fn optimize_dataflow_relations(
    dataflow: &mut DataflowDesc,
    optimizer: &Optimizer,
    ctx: &mut TransformCtx<'_>,
) -> Result<(), TransformError>
Expand description

Performs either the logical or the physical optimization pass on the dataflow using the supplied set of indexes.