You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/04/20 10:37:00 UTC

[jira] [Updated] (ARROW-12698) [C++][Compute] Extend compute layer to support ternary scalar functions

     [ https://issues.apache.org/jira/browse/ARROW-12698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raúl Cumplido updated ARROW-12698:
----------------------------------
    Fix Version/s: 9.0.0
                       (was: 8.0.0)

> [C++][Compute] Extend compute layer to support ternary scalar functions
> -----------------------------------------------------------------------
>
>                 Key: ARROW-12698
>                 URL: https://issues.apache.org/jira/browse/ARROW-12698
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Eduardo Ponce
>            Priority: Major
>             Fix For: 9.0.0
>
>
> Compute layer describes ternary functions but the scalar API is missing support for this. Specifically, generator dispatchers and structs with ternary-based *Exec* methods. Refer to [ |https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/api_scalar.cc] [https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/kernels/codegen_internal.h] and [https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/scalar_arithmetic.cc]
>  
> [This {{Between}} kernel PR|https://github.com/apache/arrow/pull/11882] adds some of the ternary functionalities.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)