[
https://issues.apache.org/jira/browse/ARROW-12888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17352599#comment-17352599
]
Wes McKinney commented on ARROW-12888:
--------------------------------------
I'm still not clear on what the function should return.
It could be one of:
* The size of the Table on the wire in the IPC stream format
* The sum of the {{Buffer::size}} for all {{Buffer}} objects in the Table's
columns
* The sum of all Buffer sizes along with the footprint of all of the
constituent C++ structures
I suspect it is #1 or #2
> 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)