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/06/21 19:13: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 ]

Eduardo Ponce updated ARROW-12698:
----------------------------------
    Description: 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   (was: Compute layer describes ternary functions but the scalar API is missing support for this. See https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/api_scalar.cc)

> [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: 5.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 



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