Function mz_expr::explain::fmt_text_constant_rows

source ·
pub fn fmt_text_constant_rows<'a, I>(
    f: &mut Formatter<'_>,
    rows: I,
    ctx: &mut Indent,
    redacted: bool
) -> Result
where I: Iterator<Item = (&'a Row, &'a Diff)>,