Skip to content

Commit

Permalink
Update docs/data/sql_functions.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Nuyanzin <sergey.nuyanzin@aiven.io>
  • Loading branch information
liuyongvs and snuyanzin committed Mar 17, 2023
1 parent 98e2319 commit 7ad5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/sql_functions.yml
Expand Up @@ -619,7 +619,7 @@ collection:
description: Returns an array with unique elements. If the array itself is null, the function will return null. Keeps ordering of elements.
- sql: ARRAY_REMOVE(haystack, needle)
table: haystack.arrayRemove(needle)
description: Remove all elements that equal to element from array. If the array itself is null, the function will return null. Keeps ordering of elements.
description: Removes all elements that equal to element from array. If the array itself is null, the function will return null. Keeps ordering of elements.

json:
- sql: IS JSON [ { VALUE | SCALAR | ARRAY | OBJECT } ]
Expand Down

0 comments on commit 7ad5d2d

Please sign in to comment.