pub fn pretty_format_batches_with_options(
    results: &[RecordBatch],
    options: &FormatOptions<'_>
) -> Result<impl Display, ArrowError>
Expand description

Create a visual representation of record batches