scovich commented on code in PR #7092:
URL: https://github.com/apache/arrow-rs/pull/7092#discussion_r1945502698
##########
arrow-json/src/reader/tape.rs:
##########
@@ -545,6 +545,16 @@ impl TapeDecoder {
Ok(())
}
+ /// The number of buffered rows, including the partially decoded row (if
any).
+ pub fn num_buffered_rows(&self) -> usize {
Review Comment:
For whatever reason, `TapeDecoder` seems to call them "rows" while `Decoder`
calls them "records" -- so I named the new methods to match.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]