[][src]Function arrow::util::display::array_value_to_string

pub fn array_value_to_string(column: &ArrayRef, row: usize) -> Result<String>

Get the value at the given row in an array as a String.

Note this function is quite inefficient and is unlikely to be suitable for converting large arrays or record batches.