pub fn pretty_format_batches_with_options(
results: &[RecordBatch],
options: &FormatOptions<'_>,
) -> Result<impl Display, ArrowError>
Available on crate feature
prettyprint
only.Expand description
Create a visual representation of record batches