icexelloss commented on code in PR #35514:
URL: https://github.com/apache/arrow/pull/35514#discussion_r1196698697


##########
python/pyarrow/_compute.pyx:
##########
@@ -2743,6 +2749,84 @@ def register_scalar_function(func, function_name, 
function_doc, in_types, out_ty
                                           out_type, func_registry)
 
 
+def register_aggregate_function(func, function_name, function_doc, in_types, 
out_type,
+                                func_registry=None):
+    """
+    Register a user-defined scalar function.

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to