You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2021/06/01 14:32:00 UTC

[jira] [Commented] (ARROW-12888) [C++] Implement arrow::Table::GetSizeInBytes()

    [ https://issues.apache.org/jira/browse/ARROW-12888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355138#comment-17355138 ] 

Wes McKinney commented on ARROW-12888:
--------------------------------------

C++ objects take up space, so a pedantic interpretation of "get size in bytes" would include the sizes of all heap-allocated C++ objects in addition to the allocated buffers. A clearer name for the function would be "GetSumOfBufferSizes" 

> [C++] 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)