[
https://issues.apache.org/jira/browse/ARROW-12888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17352096#comment-17352096
]
Weston Pace commented on ARROW-12888:
-------------------------------------
Arrow typically uses signed integers for lengths, mainly because of Java (angry
glare) and their lack of support for unsigned integers. Given that
arrow::Buffer::size returns int64_t it would seem we could use that here.
[~niranda] I think you're probably right but I don't know if it would have to
be done in a first pass at implementation. I feel like the amount of effort
put into doing this for `null_count` is non-trivial.
> Implement arrow::Table::GetSizeInBytes()
> ----------------------------------------
>
> Key: ARROW-12888
> URL: https://issues.apache.org/jira/browse/ARROW-12888
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Percy Camilo Triveño Aucahuasi
> Priority: Major
>
> Implement arrow::Table::GetSizeInBytes()
--
This message was sent by Atlassian Jira
(v8.3.4#803005)