pub fn table_cell(
array: &dyn Array,
row: usize,
binary_format: BinaryFormat,
) -> Result<String>Expand description
Format a single cell for table output. Strictly more permissive than CSV: primitives render exactly the same way, but nested types (lists, structs, maps, …) fall through to the JSONL renderer and are serialised compactly. Null becomes an empty string.