comphead commented on code in PR #13354:
URL: https://github.com/apache/datafusion/pull/13354#discussion_r1837378124


##########
datafusion/expr-common/src/signature.rs:
##########
@@ -135,6 +134,8 @@ pub enum TypeSignature {
     /// Null is considerd as `Utf8` by default
     /// Dictionary with string value type is also handled.
     String(usize),
+    /// Zero argument
+    ZeroArg,

Review Comment:
   Its choice of wording yes. Another option we can take from 
https://en.wikipedia.org/wiki/Arity and name it Nullary to be in sync with 
unary, binary functions we already use.



-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to