You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Vibhatha Lakmal Abeykoon (Jira)" <ji...@apache.org> on 2022/01/19 10:20:00 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 ]

Vibhatha Lakmal Abeykoon reassigned ARROW-15263:
------------------------------------------------

    Assignee: Vibhatha Lakmal Abeykoon

> [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
>            Assignee: Vibhatha Lakmal Abeykoon
>            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.1#820001)