BiteTheDDDDt commented on code in PR #2687:
URL: https://github.com/apache/doris-website/pull/2687#discussion_r2247147377


##########
docs/sql-manual/sql-functions/aggregate-functions/any-value.md:
##########
@@ -28,18 +28,68 @@ ANY_VALUE(<expr>)
 ## Return Value
 
 Returns any non-NULL value if a non-NULL value exists, otherwise returns NULL.
+The return type is consistent with the input expr type.
 

Review Comment:
   理论上是所有类型,我们fe注册的时候有一个类型就叫AnyDataType



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

Reply via email to