alamb commented on code in PR #16669:
URL: https://github.com/apache/datafusion/pull/16669#discussion_r2189827445


##########
datafusion/sql/src/expr/function.rs:
##########
@@ -93,6 +93,8 @@ struct FunctionArgs {
     distinct: bool,
     /// WITHIN GROUP clause, if any
     within_group: Vec<OrderByExpr>,
+    /// Was the function called without parenthesis, i.e. could this also be a 
column reference?
+    function_without_paranthesis: bool,

Review Comment:
   I think there is a typo here:
   
   ```suggestion
       function_without_parenthesis: bool,
   ```



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