Commits

Benjamin Kietzman authored 528625e6ed4
ARROW-14074: [C++][Compute] C++ consumer of compute IR Provide a consumer for compute IR. The consumer produces `Declaration` objects from buffers of Compute IR. This allows us to specify mappings from IR to ExecNode graphs without needing those specific nodes in the registry or requiring the registered factories to support all features declared in IR. This is tested by using the flatbuffer compiler to convert JSON into the corresponding binary representation. Closes #11384 from bkietz/14074-Sketch-a-C-consumer-of-co Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>