mz_expr::explain::text

Function write_first_rows

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