pitrou commented on a change in pull request #10509:
URL: https://github.com/apache/arrow/pull/10509#discussion_r652091653
##########
File path: cpp/src/arrow/csv/reader.h
##########
@@ -73,6 +73,9 @@ class ARROW_EXPORT StreamingReader : public RecordBatchReader
{
virtual Future<std::shared_ptr<RecordBatch>> ReadNextAsync() = 0;
+ /// \brief Returns the number of bytes which have been read by this reader
+ virtual int64_t bytes_read() const = 0;
Review comment:
A clearer docstring would be fine with me.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]