Skip to content

[C++] Add ExecNode to arrow/compute/api.h #30757

@asfimport

Description

@asfimport

Current, if I want to do anything with exec plans I have to have:

#include <arrow/compute/exec/exec_plan.h>

This should not be required if I already have:

#include <arrow/compute/api.h>

Note, when ARROW-15238 is finished the correct file might be something like arrow/engine/api.h instead of arrow/compute/api.h

Reporter: Weston Pace / @westonpace

Note: This issue was originally created as ARROW-15263. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions