morningman commented on code in PR #23718:
URL: https://github.com/apache/doris/pull/23718#discussion_r1311836926
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/ArrayMax.java:
##########
@@ -40,7 +52,20 @@ public class ArrayMax extends ScalarFunction implements
ExplicitlyCastableSignat
UnaryExpression, AlwaysNullable {
public static final List<FunctionSignature> SIGNATURES = ImmutableList.of(
- FunctionSignature.ret(new
FollowToAnyDataType(0)).args(ArrayType.of(new AnyDataType(0)))
Review Comment:
Looks like this is a generated class, so I think we can not modify it
directly?
```
/**
* ScalarFunction 'array_max'. This class is generated by GenerateFunction.
*/
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]