You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/28 15:07:51 UTC

[GitHub] [arrow] pitrou commented on pull request #13009: ARROW-602: [C++] Provide iterator access to primitive elements inside an Array

pitrou commented on PR #13009:
URL: https://github.com/apache/arrow/pull/13009#issuecomment-1112325513

   > 1. I suggest we add begin/end methods to `ChunkedArray`
   
   That wouldn't work, because there are no specialized subclasses of ChunkedArray. We want the iterator to yield raw C values whose type is datatype-specific.
   
   > There is an [experimental MultipleChunkIterator](https://github.com/apache/arrow/blob/master/cpp/src/arrow/chunked_array.h#L194) that seems to not be used in the codebase.
   
   It's used by `ApplyBinaryChunked`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org