nealrichardson commented on a change in pull request #11369:
URL: https://github.com/apache/arrow/pull/11369#discussion_r728467325
##########
File path: r/R/array.R
##########
@@ -166,6 +166,8 @@ Array <- R6Class("Array",
View = function(type) {
Array$create(Array__View(self, as_type(type)))
},
+ Address = function() Array__address(self),
Review comment:
I can't think of a legitimate need for this so I'd be in favor of
deleting, but it's up to you.
--
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]