WillAyd commented on code in PR #709:
URL: https://github.com/apache/arrow-nanoarrow/pull/709#discussion_r1935871581


##########
src/nanoarrow/hpp/view.hpp:
##########
@@ -234,6 +234,60 @@ class ViewArrayAsBytes {
   value_type operator[](int64_t i) const { return range_.get(i); }
 };
 
+class ViewBinaryViewArrayAsBytes {

Review Comment:
   I don't think so (?) Following the pattern of the other classes, they are 
all `ArrayAs...` even though they accept an array view in the constructor



-- 
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]

Reply via email to