Commits

Antoine Pitrou authored 811d8f6c5ca
ARROW-9402: [C++] Rework portable wrappers for checked integer arithmetic Vendor relevant code from the portable-snippets library (~ public domain): https://github.com/nemequ/portable-snippets/tree/master/safe-math Also fix some bugs in checked arithmetic (null values had their value slots checked). Add compute scaffolding for stateful binary scalar functions. Closes #7784 from pitrou/ARROW-9402-overflow-arith Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>