sgilmore10 commented on code in PR #38400:
URL: https://github.com/apache/arrow/pull/38400#discussion_r1369245495
##########
matlab/src/matlab/+arrow/+array/Array.m:
##########
@@ -62,8 +62,27 @@
end
methods (Access=protected)
+ function header = getHeader(obj)
+ name = matlab.mixin.CustomDisplay.getClassNameForHeader(obj);
+ numElements = obj.NumElements;
+ % TODO: Add NumValid and NumNull as properties to Array to
Review Comment:
Thanks for letting me know! I've created an issue for this here: #38422
--
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]