kevingurney commented on issue #28146:
URL: https://github.com/apache/arrow/issues/28146#issuecomment-1680978276

   Marking this as resolved.
   
   The new arrow.array.UInt64Array class was added in #35562.
   
   Example:
   
   ```matlab
   >> a = arrow.array(uint64([1, 2, 3]))
   
   a = 
   
   [
     1,
     2,
     3
   ]
   >> a.Type
   
   ans = 
   
     UInt64Type with properties:
   
       ID: UInt64
   ```


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