pitrou opened a new pull request #12315:
URL: https://github.com/apache/arrow/pull/12315


   When printing a arrow::Array or arrow::ArrayData, try to print the array 
contents as well as its metadata.
   
   This is implemented for all primitive and binary-like types.
   Other types will only display the array metadata.
   
   Example:
   ```
   (gdb) p *heap_binary_array.get()
   $23 = arrow::BinaryArray of length 3, offset 0, null count 1 = {[0] = null, 
[1] = "abcd", [2] = "\000\037\377"}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to