jayzhan211 commented on code in PR #9980:
URL: https://github.com/apache/arrow-datafusion/pull/9980#discussion_r1555874318


##########
datafusion/functions-array/src/array_has.rs:
##########
@@ -53,6 +53,16 @@ make_udf_function!(ArrayHasAny,
     array_has_any_udf // internal function name
 );
 
+// TODO: Macro-ify aliases for all functions
+pub fn array_has_aliases() -> Vec<String> {

Review Comment:
   We can get aliases without instantiating struct



##########
datafusion/functions-array/src/array_has.rs:
##########
@@ -53,6 +53,16 @@ make_udf_function!(ArrayHasAny,
     array_has_any_udf // internal function name
 );
 
+// TODO: Macro-ify aliases for all functions
+pub fn array_has_aliases() -> Vec<String> {

Review Comment:
   We can get aliases without instantiating the struct



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

Reply via email to