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/05/31 14:33:57 UTC

[GitHub] [arrow] zeroshade commented on pull request #13136: ARROW-16556: [Go] Add Layout method to DataTypes

zeroshade commented on PR #13136:
URL: https://github.com/apache/arrow/pull/13136#issuecomment-1142217741

   @emkornfield This allows someone to grab the expected physical layout from a datatype such as how many buffers a type *should* have and so on. I use this in my implementation of the compute stuff for Go (I have an implementation of a basic framework + working Cast kernel) for determining how many buffers to pre-allocate based on the expected output type.


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