eddelbuettel commented on issue #187:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/187#issuecomment-1822851926

   The example I show above is in the manual page (and in the R code via the 
usual means).  There are a few things I should clean up still -- I like have 
types other than `SEXP` in the signature, that requires the usual 
`inst/include/PACKAGENAME_types.h` but I realized I probably don't want all of 
`nanoarrow.h` there but maybe just the standard C API of Arrow part.
   
   (As an aside you have a very very large part of `nanoarrow` hidden behind 
`static` which also leads the `duckdb` use to copy functions out.  That ... 
can't really be ideal so maybe we can talk about 'liberating' some of those 
functions.)
   
   Otherwise happy to stick the example into the README / add a quick 
`tinytest` test predicate or two.


-- 
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]

Reply via email to