Function expr_test_util::generate_explanation[][src]

pub fn generate_explanation(
    humanizer: &dyn ExprHumanizer,
    rel: &MirRelationExpr,
    format: Option<&Vec<String>>
) -> String
Expand description

Pretty-print the MirRelationExpr.

If format contains “types”, then add types to the pretty-printed MirRelationExpr.