thisisnic commented on issue #45438: URL: https://github.com/apache/arrow/issues/45438#issuecomment-2675008357
Yeah, I guess if you want something Rust-native you'd be looking at DataFusion or Polars, but then there's less dplyr support. There's the [C-data interface](https://arrow.apache.org/docs/format/CDataInterface.html) for zero copy sharing of Arrow data if you wanted to run , but (more on that in the book [here](https://arrowrbook.com/processes.html)), but it sounds like what you actually want is the functions written in Rust to run on Acero. There's also [UDFs](https://arrowrbook.com/advanced_topics.html#sec-UDF) which can be used to call from Acero back out to R but only for scalar functions. This might be a bit beyond my expertise, pinging @nealrichardson to see if he has any ideas. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org