Commits

Weston Pace authored 7029f90ea3b
ARROW-14577: [C++] Enable fine grained IO for async IPC reader In the end this PR only addresses projection pushdown on the asynchronous path. The approach laid out here could be used on the synchronous path to offer pre-buffering. Tests should be done to see if that is faster. The memory mapped / will need issue should be solved by making auto-will-need a property of the memory mapped file and will not be addressed here. Closes #11616 from westonpace/feature/ARROW-14577--simplify-ipc-reader-add-cache Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>