You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "pitrou (via GitHub)" <gi...@apache.org> on 2023/05/10 14:23:46 UTC

[GitHub] [arrow] pitrou commented on issue #35531: [Python] Add Python protocol for the Arrow C (Data/Stream) Interface

pitrou commented on issue #35531:
URL: https://github.com/apache/arrow/issues/35531#issuecomment-1542304625

   > * But what would an array version return exactly? (since it needs to return both the ArrowArray as the ArrowSchema)
   
   It doesn't need to. You can have `DataType.__arrow_c_schema__` and `Array.__arrow_c_array__` (also for `Schema` and `RecordBatch`, respectively).
   
   >  It could be nice to distinguish those use cases for consumers.
   
   I'm not sure that's useful. @lidavidm Thoughts?


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