Hello! I am somewhat new to the Arrow world, so hopefully there's an easy answer I'm overlooking. I'm trying to build a simple proof of concept where I load some data in Python as an arrow object and then "zero copy pass" that to a rust function where it will be processed. I'm having a difficult time envisioning how this works by trying to read the docs, and I couldn't find any examples. It looks like I could use IPC, but I don't want to send anything over the network. I was attempting to do something as described in the following link, but arrow primitives are unsupported: https://developers.redhat.com/blog/2017/11/16/speed-python-using-rust/
Any help/insights would be much appreciated, particularly if I don't appear to be grasping any "big picture" concepts. Thank you! Kyle
