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


##########
python/pyarrow/_compute.pxd:
##########
@@ -22,6 +22,18 @@ from pyarrow.includes.common cimport *
 from pyarrow.includes.libarrow cimport *
 
 
+cdef class InputType(_Weakrefable):
+    cdef:
+        CInputType input_type
+
+    cdef void init(self, const CInputType &input_type)
+
+cdef class ScalarUdfContext(_Weakrefable):

Review Comment:
   It’s not yet sure, how it could evolve. For consistency purpose of this PR, 
I left it with Scalar prefix. I am sure we can generalize as we integrate other 
udfs.



-- 
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