Function mz_expr::explain::text::write_first_rows

source ยท
fn write_first_rows(
    f: &mut Formatter<'_>,
    first_rows: &Vec<(&Row, &Diff)>,
    ctx: &Indent,
    redacted: bool,
) -> Result