-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Milestone
Description
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.