snuyanzin commented on code in PR #19623:
URL: https://github.com/apache/flink/pull/19623#discussion_r1107075469
##########
docs/data/sql_functions.yml:
##########
@@ -614,6 +614,9 @@ collection:
- sql: ARRAY_CONTAINS(haystack, needle)
table: haystack.arrayContains(needle)
description: Returns whether the given element exists in an array.
Checking for null elements in the array is supported. If the array itself is
null, the function will return null. The given element is cast implicitly to
the array's element type if necessary.
+ - sql: ARRAY_DISTINCT(haystack)
+ table: haystack.arrayDistinct()
Review Comment:
Thanks, done
--
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]