vibhatha commented on code in PR #12590:
URL: https://github.com/apache/arrow/pull/12590#discussion_r854121180


##########
python/pyarrow/includes/libarrow.pxd:
##########
@@ -1840,6 +1842,36 @@ cdef extern from "arrow/compute/api.h" namespace 
"arrow::compute" nogil:
         int num_args
         c_bool is_varargs
 
+        CArity()
+        CArity(int num_args, c_bool is_varargs)
+
+        @staticmethod
+        CArity Nullary()
+
+        @staticmethod
+        CArity Unary()
+
+        @staticmethod
+        CArity Binary()
+
+        @staticmethod
+        CArity Ternary()
+
+        @staticmethod
+        CArity VarArgs(int min_args)

Review Comment:
   Yes you’re right. We settled for the constructor. 



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to