You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/24 13:08:00 UTC

[GitHub] [arrow-nanoarrow] jorisvandenbossche commented on issue #53: [Python] Useful scope of the python bindings?

jorisvandenbossche commented on issue #53:
URL: https://github.com/apache/arrow-nanoarrow/issues/53#issuecomment-1289007767

   > Data structure: provide an R class that holds an Array/Schema/ArrayStream and releases it when it goes out of scope.
   
   Yes, that was the first thing I was planning to do, and opened a PR with an initial version of this for Array -> https://github.com/apache/arrow-nanoarrow/pull/62 (will have to do something similar for ArrayStream). 
   Will have to think a bit how to do this for ArrowSchema (whether the Array class keeps track of a python Schema, or whether it has its own ArrowSchema pointer, as I did for now)


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org