Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
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()
Attachments
Issue Links
- links to