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 15:08:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17569474#comment-17569474 ] 

Antoine Pitrou commented on ARROW-17164:
----------------------------------------

Also [~westonpace]

> [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)