You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "sgilmore10 (via GitHub)" <gi...@apache.org> on 2023/07/17 17:50:09 UTC

[GitHub] [arrow] sgilmore10 opened a new issue, #36734: [MATLAB] Template `arrow::matlab::proxy::NumericArray` on `ArrowType` instead of `CType`

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] sgilmore10 commented on issue #36734: [MATLAB] Template `arrow::matlab::proxy::NumericArray` on `ArrowType` instead of `CType`

Posted by "sgilmore10 (via GitHub)" <gi...@apache.org>.
sgilmore10 commented on issue #36734:
URL: https://github.com/apache/arrow/issues/36734#issuecomment-1638614917

   take


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kevingurney closed issue #36734: [MATLAB] Template `arrow::matlab::proxy::NumericArray` on `ArrowType` instead of `CType`

Posted by "kevingurney (via GitHub)" <gi...@apache.org>.
kevingurney closed issue #36734: [MATLAB] Template `arrow::matlab::proxy::NumericArray` on `ArrowType` instead of `CType`
URL: https://github.com/apache/arrow/issues/36734


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org