dhruv9vats commented on a change in pull request #11946: URL: https://github.com/apache/arrow/pull/11946#discussion_r778203973
########## File path: cpp/src/arrow/record_batch.h ########## @@ -234,6 +234,53 @@ class ARROW_EXPORT RecordBatchReader { return batch; } + class RecordBatchReaderIterator { + public: Review comment: Pardon the lack of rigor, this was a direct translation of the nested class at https://github.com/apache/arrow/blob/31a07be1d9dc2f7c9720cc0fdcd7f083d947aba1/cpp/src/arrow/util/iterator.h#L134 to RecordBatchReader. I'll be sure to add these definitions. -- 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