[
https://issues.apache.org/jira/browse/ARROW-14133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eduardo Ponce updated ARROW-14133:
----------------------------------
Summary: [C++] Simplify registration of scalar arithmetic/string functions
(was: [C++] Simplify registration of scalar arithmetic functions)
> [C++] Simplify registration of scalar arithmetic/string functions
> -----------------------------------------------------------------
>
> Key: ARROW-14133
> URL: https://issues.apache.org/jira/browse/ARROW-14133
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Eduardo Ponce
> Priority: Trivial
> Labels: kernel
> Fix For: 6.0.0
>
>
> Most scalar arithmetic functions use variants of *MakeXXXFunction* to create
> a *ScalarFunction* which is then registered in another statement. Function
> registration can be moved inside of the *MakeXXXFunctions* and renamed as
> *AddXXXFunction* to simplify/reduce the code.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)