Function pretty_format_columns_with_options
pub fn pretty_format_columns_with_options(
col_name: &str,
results: &[Arc<dyn Array>],
options: &FormatOptions<'_>,
) -> Result<impl Display, ArrowError>
Expand description
Create a visual representation of ArrayRef
with formatting options.
See pretty_format_batches_with_options
for an example