Function mz_transform::analysis::annotate_plan

source ยท
pub fn annotate_plan<'a>(
    plan: &'a MirRelationExpr,
    context: &'a ExplainContext<'_>,
) -> Result<AnnotatedPlan<'a, MirRelationExpr>, RecursionLimitError>
Expand description

Produce an AnnotatedPlan wrapping the given MirRelationExpr along with Attributes derived from the given context configuration.