You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/03/07 22:28:36 UTC

[GitHub] [arrow] wjones127 commented on pull request #34133: GH-33856: [C#] C Data interface for schemas and types

wjones127 commented on PR #34133:
URL: https://github.com/apache/arrow/pull/34133#issuecomment-1458960023

   I have refactored to make `CArrowSchema` simply use real pointers for its members, and separated out the import and export functions to their own classes. So now instead of passing around `IntPtr`, users will be passing around `CArrowSchema*`. I like that this makes the API more strongly typed, as IntPtr drops the information about what type it is pointing to.


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