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)