You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2021/05/08 02:46:00 UTC

[jira] [Created] (ARROW-12697) [C++][Compute] Generalize null value promotion for scalar arithmetic functions

Eduardo Ponce created ARROW-12697:
-------------------------------------

             Summary: [C++][Compute] Generalize null value promotion for scalar arithmetic functions
                 Key: ARROW-12697
                 URL: https://issues.apache.org/jira/browse/ARROW-12697
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Eduardo Ponce
             Fix For: 5.0.0


The *DispatchBest()* method of scalar *ArithmeticFunction* only promotes NULL types for binary functions via *ReplaceNullWithOtherType()*. Generalize NULL value replacement to support ternary and variadic compute functions.



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