You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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}
'sgeoarrow_vctr
class. I would like to also provide the ability to use these functions directly on an arrowTable
,Dataset
,RecordBatch
,RecordBatchReader
, etc.When using my functions on these objects directly I get either:
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
The text was updated successfully, but these errors were encountered: