Fiona La created ARROW-15650:
--------------------------------
Summary: [MATLAB] Rename the gateway MEX function
Key: ARROW-15650
URL: https://issues.apache.org/jira/browse/ARROW-15650
Project: Apache Arrow
Issue Type: Task
Components: MATLAB
Reporter: Fiona La
Assignee: Fiona La
Currently the main MEX function is named {{{}mexfcn{}}}. {{mexfcn}} delegates
to C++ functions that implement the functionality of the MATLAB Interface to
Arrow.
When the interface is installed, the name, {{{}mexfcn{}}}, is on the global
MATLAB Search Path and may cause conflicts with functionality outside of the
MATLAB Interface to Arrow.
This issue proposes the following changes:
* Rename the MEX function to {{call.}}
* Install the MEX function to the MATLAB package folder hierarchy:
{{+arrow/+cpp.}}
* Install all dependencies of the MEX function to the same package folder
hierarchy.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)