sgilmore10 opened a new issue, #36734:
URL: https://github.com/apache/arrow/issues/36734

   ### Describe the enhancement requested
   
   The C++ proxy class `arrow::matlab::array::proxy::NumericArray` is templated 
on `CType`, e.g. `int32_t`. We should instead template on `ArrowType`. This 
would allow us to use this class to implement the proxies for `TimestampArray`, 
`Time64Array`, `Time32Array`, `Date64Array` and `Date32Array` as well as the 
numeric types. We would have to specialize the `make` method for 
`TimestampArray`, `Time64Array`, and `Time32Array`, but we would not need to 
specialize any other methods.
   
   
   
   
   ### Component(s)
   
   MATLAB


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