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