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.