You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Fiona La (Jira)" <ji...@apache.org> on 2022/02/10 16:04:00 UTC

[jira] [Created] (ARROW-15650) [MATLAB] Rename the gateway MEX function

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)