Skip to content

[C++] Easy options to create a source node from a table #30752

@asfimport

Description

@asfimport

Given a Table there should be a very simple way to create a source node. Something like:

  std::shared_ptr<Table> table = ...
  ARROW_RETURN_NOT_OK(arrow::compute::MakeExecNode(
      "table", plan, {}, arrow::compute::TableSourceOptions{table.get()}));

Reporter: Weston Pace / @westonpace
Assignee: Vibhatha Lakmal Abeykoon / @vibhatha

PRs and other links:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions