romainfrancois opened a new pull request #11240:
URL: https://github.com/apache/arrow/pull/11240


   ``` r
   library(arrow, warn.conflicts = FALSE)
   #> See arrow_info() for available features
   
   raws <- charToRaw("bonjour")
   
   RecordBatch$create(b = Array$create(list(raws), binary()))$metadata$r
   #> NULL
   RecordBatch$create(lb = Array$create(list(raws), large_binary()))$metadata$r
   #> NULL
   RecordBatch$create(fsb = Array$create(list(raws), 
fixed_size_binary(7L)))$metadata$r
   #> NULL
   ```
   
   <sup>Created on 2021-09-27 by the [reprex 
package](https://reprex.tidyverse.org) (v2.0.0)</sup>


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