Function mz_transform::attribute::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.