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

Uwe L. Korn commented on ARROW-602:
-----------------------------------

[~pitrou] I think we should document this is the faster path but having the 
STL-compliant will still be a good thing for a first time adoption of Arrow 
inside of an STL codebase.

> 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 L. Korn
>            Priority: Major
>              Labels: beginner, newbie
>
> 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
(v7.6.3#76005)

Reply via email to