You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/07/21 13:36: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 ]

Antoine Pitrou updated ARROW-17164:
-----------------------------------
    Summary: [C++] Expose higher-level utility to execute a kernel  (was: [C++] Expose higher-level utility to execute the kernel)

> [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: 9.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)