JosiahParry opened a new issue, #45438: URL: https://github.com/apache/arrow/issues/45438
### Describe the usage question you have. Please include as many useful details as possible. I'm working on creating R bindings to geoarrow-rs. These functions work with nanoarrow and `{geoarrow}`'s `geoarrow_vctr` class. I would like to also provide the ability to use these functions directly on an arrow `Table`, `Dataset`, `RecordBatch`, `RecordBatchReader`, etc. When using my functions on these objects directly I get either: ``` Error in `centroid_()`: ! Expression not supported in Arrow ``` Is there any documentation on how to write functions such that they can be used directly on arrow objects? I'd like to encourage users of my package to use arrow objects whenever possible instead of collecting to in-memory data frames ### Component(s) R -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org