The functions `read_record_batch` and `read_table` become S3 generic and 
methods handle: 

 - `arrow::io::RandomAccessFile` : that can be made with `file_open` or 
`mmap_open`
 - a file path (either a character scalar or a `fs::fs_path` object. In that 
case a `ReadableFile` stream is open, read from using the 
`arrow::io::RandomAccessFile` method and closed on exit. 

Classes `Buffer`, `ReadableFile` and `MemoryMappedFile` are wrapped in R6 
classes. 

[ Full content available at: https://github.com/apache/arrow/pull/2714 ]
This message was relayed via gitbox.apache.org for devnull@infra.apache.org

Reply via email to