Skip to content

[C++] Create a ToTable sink node #30756

@asfimport

Description

@asfimport

The invocation would look something like:

  std::shared_ptr<Table> out_table;
  ARROW_RETURN_NOT_OK(arrow::compute::MakeExecNode(
      "table_sink", plan, {terminal_node}, arrow::compute::TableSinkOptions{&out_table}));

When the plan is finished (assuming a successful finish) then out_table will be the output of the plan collected into a table. The schema of the table will be terminal_node->output_schema()

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

PRs and other links:

Note: This issue was originally created as ARROW-15262. 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