You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/12/19 23:50:58 UTC

[jira] [Commented] (ARROW-33) C++: Implement zero-copy array slicing

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

Wes McKinney commented on ARROW-33:
-----------------------------------

From a strictly C++ implementation perspective, the most robust way to support array slicing will be to add an {{offset}} member to the base Array class. Otherwise, the bitmap must be copied. [~xhochy] what do you think about this? This is most likely what we'll end up doing in pandas 2.0, for example. 

> C++: Implement zero-copy array slicing
> --------------------------------------
>
>                 Key: ARROW-33
>                 URL: https://issues.apache.org/jira/browse/ARROW-33
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>
> Sliced array results will retain a reference to the parent's data buffer



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)