Jefffrey commented on code in PR #9029:
URL: https://github.com/apache/arrow-datafusion/pull/9029#discussion_r1468742488
##########
docs/source/user-guide/sql/scalar_functions.md:
##########
@@ -2663,6 +2695,18 @@ _Alias of [array_element](#array_element)._
_Alias of [array_element](#array_element)._
+### `list_has`
+
+_Alias of [array_has](#array_has)._
+
+### `list_has_all`
+
+_Alias of [array_has_a;;](#array_has_all)._
+
+### `list_has_any`
+
+_Alias of [array_has_any](#array_has_any)._
Review Comment:
As in add to that list there:
```md
- [list_has](#list_has)
- [list_has_all](#list_has_all)
- [list_has_any](#list_has_any)
```
So the aliases appear in that list and are linked to
--
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]