You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/16 22:23:41 UTC

[jira] [Resolved] (ARROW-231) C++: Add typed Resize to PoolBuffer

     [ https://issues.apache.org/jira/browse/ARROW-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-231.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 391
[https://github.com/apache/arrow/pull/391]

> C++: Add typed Resize to PoolBuffer
> -----------------------------------
>
>                 Key: ARROW-231
>                 URL: https://issues.apache.org/jira/browse/ARROW-231
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Uwe L. Korn
>              Labels: newbie
>
> Instead of writing {{Resize(sizeof(T) * size)}}, it would be nice to have a function {{Resize<T>(size)}} that resizes the array so it can take size elements of T. Probably we should call it differently than the non-typed version so they can be clearly differentiated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)