kevingurney commented on issue #28766: URL: https://github.com/apache/arrow/issues/28766#issuecomment-1681013898
Marking this as resolved. The MATLAB Interface now uses [mathworks/libmexclass](https://github.com/mathworks/libmexclass) under the hood which is based on [C++ MEX](https://www.mathworks.com/help/matlab/matlab_external/c-mex-functions.html) and the [MATLAB Data API for C++](https://www.mathworks.com/help/matlab/matlab-data-array.html). The MEX gateway function is now https://github.com/apache/arrow/blob/main/matlab/src/cpp/arrow/matlab/mex/gateway.cc. -- 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]
