Commits

Benjamin Kietzman authored eec7b55c6f5
ARROW-14008: [R][Compute] Running an ExecPlan should yield Reader instead of Table This only modifies the binding (c++) so that returning a RecordBatchReader is possible; the R API continues to collect the stream of batches into a Table. Closes #11213 from bkietz/14008-ExecPlan-run-should-retur Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>