tustvold commented on issue #6709:
URL: https://github.com/apache/arrow-rs/issues/6709#issuecomment-2591256256

   > So i think that means you can make a cursor over it like
   
   This would largely defeat the purpose of using mmap, as it will perform a 
copy.
   
   You want to use FileDecoder as documented 
[here](https://docs.rs/arrow-ipc/latest/arrow_ipc/reader/struct.FileDecoder.html)
 with a Buffer created from the mmap region


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