You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Todd Farmer (Jira)" <ji...@apache.org> on 2022/07/12 14:05:03 UTC

[jira] [Assigned] (ARROW-15263) [C++] Add ExecNode to arrow/compute/api.h

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

Todd Farmer reassigned ARROW-15263:
-----------------------------------

    Assignee:     (was: Vibhatha Lakmal Abeykoon)

This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.

> [C++] Add ExecNode to arrow/compute/api.h
> -----------------------------------------
>
>                 Key: ARROW-15263
>                 URL: https://issues.apache.org/jira/browse/ARROW-15263
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: C++
>            Reporter: Weston Pace
>            Priority: Major
>
> Current, if I want to do anything with exec plans I have to have:
> {code}
> #include <arrow/compute/exec/exec_plan.h>
> {code}
> This should not be required if I already have:
> {code}
> #include <arrow/compute/api.h>
> {code}
> Note, when ARROW-15238 is finished the correct file might be something like {{arrow/engine/api.h}} instead of {{arrow/compute/api.h}}



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