You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2021/07/28 21:03:00 UTC

[jira] [Created] (ARROW-13482) [C++][Compute] Provide a registry for ExecNode implementations

Ben Kietzman created ARROW-13482:
------------------------------------

             Summary: [C++][Compute] Provide a registry for ExecNode implementations
                 Key: ARROW-13482
                 URL: https://issues.apache.org/jira/browse/ARROW-13482
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Ben Kietzman
            Assignee: Ben Kietzman
             Fix For: 6.0.0


ExecNodes' factory functions are confusingly non-uniform, which means a lot of boilerplate when composing them into even a simple ExecPlan. Providing a standard factory interface for these and a registry in which to store them by name will simplify declaration of ExecPlans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)