wqc200 commented on a change in pull request #9600: URL: https://github.com/apache/arrow/pull/9600#discussion_r591789672
########## File path: rust/datafusion/src/logical_plan/expr.rs ########## @@ -160,20 +160,26 @@ pub enum Expr { }, /// Represents the call of a built-in scalar function with a set of arguments. ScalarFunction { + /// The input name of the function + input_name: String, Review comment: Yes, i fix it, use the lowercase in postgress. I add a enum with two feild, one is LikeMySQL, another is LikePostgreSQL. > select mD5('a'); > md5 ---------------------------------------------------------------- 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: us...@infra.apache.org