eitsupi opened a new issue, #331:
URL: https://github.com/apache/arrow-nanoarrow/issues/331
nanoarrow looks very promising for converting between classes that use the
Arrow format internally.
For such applications, I imagine that if we define a following default S3
method, we can omit the method definition to each class by defining only the
conversion from nanoarrow.
```r
as_foo.default <- function(x) {
as_foo.nanoarrow_array_stream(as_nanoarrow_array_stream(x))
}
```
Is this a good idea? (Although of course it may need to be a later version
of nanoarrow)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]