eitsupi commented on issue #331: URL: https://github.com/apache/arrow-nanoarrow/issues/331#issuecomment-2118603657
I am wondering if it would be possible to recommend that the class be given an attribute indicating that it can perform the conversion to nanoarrow_array_stream at a low cost. In other words, in Python, we can do the conversion with the C Stream interface for objects that have an interchange protocol, but in R, we don't know in advance if we can do `as_nanoarrow_array_stream()` at a low cost now. So I am not sure always forcing a conversion using `as_nanoarrow_array_stream()` in a default S3 method for example. -- 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]
