You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/01/05 19:18:00 UTC

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

Weston Pace created ARROW-15263:
-----------------------------------

             Summary: [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


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)