Commits

Antoine Pitrou authored 77a9933d477
ARROW-9465: [Python] Improve ergonomics of compute module Lots of assorted things here: * Automatically generate global wrappers for calling registered compute functions * Improve metadata of such wrappers (e.g. name, docstring) * Make it easier to pass options (for example via kwargs) * Type-check options * Add some docstrings * Expose more function attributes (e.g. arity) * Fix some crashes Closes #8163 from pitrou/ARROW-9465-py-compute-cosmetics Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>