kou opened a new issue, #50572:
URL: https://github.com/apache/arrow/issues/50572

   ### Describe the enhancement requested
   
   It's a convenient API that extract rows from a record batch as Ruby object.
   
   We already have `ArrowFormat::RecordBatch#to_h` but it returns values as 
columnar: `{column1: [value1_1, value1_2, ...], column2: [value2_1, value2_2, 
...], ...)`
   
   `ArrowFormat::RecordBatch#raw_records` returns values as rows like 
`Arrow::RecordBatch#raw_records`: [[value1_1, value2_1], [value1_2, value2_2], 
...]]`
   
   
   ### Component(s)
   
   Ruby


-- 
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