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 2021/06/28 17:12:25 UTC

[GitHub] [arrow] nastra commented on pull request #10600: ARROW-13172: [Java] Make TYPE_WIDTH publicly accessible

nastra commented on pull request #10600:
URL: https://github.com/apache/arrow/pull/10600#issuecomment-869862172


   Some examples that already expose this are `IntVector` / `BigIntVector` / `DecimalVector` / `SmallIntVector` / `Float8Vector` / `Float4Vector`. External code that uses those vectors is usually using the `TYPE_WIDTH` field to determine the size for buffers, so it seems reasonable to make `TYPE_WIDTH` accessible for the vectors modified in this PR


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