nevi-me commented on a change in pull request #9297:
URL: https://github.com/apache/arrow/pull/9297#discussion_r563293232
##########
File path: rust/arrow/src/compute/kernels/mod.rs
##########
@@ -30,3 +30,4 @@ pub mod sort;
pub mod substring;
pub mod take;
pub mod temporal;
+pub mod unary;
Review comment:
Should we call this something more general, like `arity`
https://en.wikipedia.org/wiki/Arity
We'd probably want a binary function that takes 2 arguments, or maybe
ternary if we're feeling cute enough to push it 😉
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]