Hello: I just watched a video about Apache Arrow ( https://www.youtube.com/watch?v=-ZikPi2nmSI) that discussed Language silos and one of the questions towards the end was about being able to translate automatically from one language to another.
I'm not aware of the specific requirements for one to be able to write a query in say python and push it down into a rust based query engine. But I wanted to share what I've been working on for the last few months in the hope that people in this community can give me feedback about the usefulness of this work and any specific feature requests you may have. The project is called py2many. It transpiles a small subset of python to rust, c++, julia and 4 other languages. More info here: https://adsharma.github.io/py2many0.2.1/ https://github.com/adsharma/py2many -Arun