Antoine Pitrou created ARROW-15389:
--------------------------------------
Summary: [C++][Dev] Improve Array preview in GDB plugin
Key: ARROW-15389
URL: https://issues.apache.org/jira/browse/ARROW-15389
Project: Apache Arrow
Issue Type: Wish
Components: C++, Developer Tools
Reporter: Antoine Pitrou
Fix For: 8.0.0
Currently the GDB plugin will print basic information about arrays:
{code}
(gdb) p int32_array
$175 = arrow::Int32Array of length 4, null count 1
{code}
It would be nice to perhaps display a previsualization of the *data* contained
in the array, at least for simple types.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)