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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org