eddelbuettel commented on issue #810: URL: https://github.com/apache/arrow-nanoarrow/issues/810#issuecomment-3333765128
I fiddled a little with this last evening, based on off-line comments first gotten from @paleolimbot and @t-kalinowski. I may have something that relies only `reticulate` and uses a combination of `nanoarrow::nanoarrow_pointer_addr_chr()` and `reticulate::r_to_py` to pass the pointers "Python-style". But as so often, I am stuck on a tiny bit: how do I (in R only) get the schema external pointer out of the tag of the array external pointer that is the `nanoarrow_array`? I helped myself with an ad-hoc C/C++ accessor but I wondering if there is a shorter path I overlooked? -- 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]
