Commits

Benjamin Kietzman authored 1ae979d2130
ARROW-11930: [C++][Dataset][Compute] Use an ExecPlan for dataset scans So far this involved a lot of refactoring of Expressions to be compatible with ExecBatches. The next step is to add a ScanNode wrapping a ScannerBuilder Closes #10397 from bkietz/11930-Refactor-Dataset-scans-to Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>