vibhatha commented on code in PR #14320:
URL: https://github.com/apache/arrow/pull/14320#discussion_r1060814611
##########
python/pyarrow/_compute.pyx:
##########
@@ -2624,15 +2624,17 @@ def register_scalar_function(func, function_name,
function_doc, in_types,
function_doc : dict
A dictionary object with keys "summary" (str),
and "description" (str).
- in_types : Dict[str, DataType]
- A dictionary mapping function argument names to
- their respective DataType.
- The argument names will be used to generate
- documentation for the function. The number of
- arguments specified here determines the function
- arity.
- out_type : DataType
- Output type of the function.
+ in_arg_types : List[List[DataType]]
+ A list of list of DataTypes which includes input types for
Review Comment:
is this okay? `list of list of` usage...
--
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]