Commits


Benjamin Kietzman authored and David Li committed d4220ce66cb
ARROW-13597: [C++][Compute] Remove AddOnLoad helper These AddOnLoad's constructors can be removed by LTO (which means the factories don't make it to the registry), so make registration more rugged Closes #10916 from bkietz/13597-ExecNode-factory-named-so Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>