You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/04/27 05:19:00 UTC

[jira] [Updated] (ARROW-602) [C++] Provide iterator access to primitive elements inside a Column/ChunkedArray

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

ASF GitHub Bot updated ARROW-602:
---------------------------------
    Labels: beginner good-first-issue newbie pull-request-available  (was: beginner good-first-issue newbie)

> [C++] Provide iterator access to primitive elements inside a Column/ChunkedArray
> --------------------------------------------------------------------------------
>
>                 Key: ARROW-602
>                 URL: https://issues.apache.org/jira/browse/ARROW-602
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Uwe Korn
>            Assignee: Alvin Chunga Mamani
>            Priority: Major
>              Labels: beginner, good-first-issue, newbie, pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Given a ChunkedArray, an Arrow user must currently iterate over all its chunks and then cast them to their types to extract the primitive memory regions to access the values. A convenient way to access the underlying values would be to offer a function that takes a ChunkedArray and returns a C++ iterator over all elements.
> While this may not be the most performant way to access the underlying data, it should have sufficient performance and adds a convenience layer for new users.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)