alamb commented on code in PR #6096:
URL: https://github.com/apache/arrow-rs/pull/6096#discussion_r1688627452
##########
arrow-row/src/lib.rs:
##########
@@ -738,6 +738,23 @@ impl RowConverter {
}
}
+ /// Create a new [Rows] instance from the given binary data.
Review Comment:
Can you please add a doc example showing how to do this?
I think trying to give a basic example of converting rows, then to/from
binary, will not only serve as good documentation it will make sure all the
required APIs are pub (for example, I think `RowParser` needs to be pub..)
--
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]