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

[jira] [Updated] (ARROW-17164) [C++] Expose higher-level utility to execute a kernel

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

Kouhei Sutou updated ARROW-17164:
---------------------------------
    Fix Version/s: 11.0.0
                       (was: 10.0.0)

> [C++] Expose higher-level utility to execute a kernel
> -----------------------------------------------------
>
>                 Key: ARROW-17164
>                 URL: https://issues.apache.org/jira/browse/ARROW-17164
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 11.0.0
>
>
> Currently, the compute layer exposes several high-level facilities to execute a compute function: {{CallFunction}} and {{Function::Execute}}.
> However, if you'd favor a two-step approach of first resolving the {{Kernel}} for a given set of argument types, then execute the kernel, then you're forced to deal with the rather cumbersome {{Kernel}} execution interface.
> It would be nice if the base {{Kernel}} class had something similar to the {{Function::Execute}} method.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)