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)