mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
fix: fix typo in array functions documentation
This commit is contained in:
parent
39cd1c0371
commit
9dd0c7708e
@ -89,7 +89,7 @@ If the index falls outside of the bounds of an array, it returns some default va
|
|||||||
## has(arr, elem) {#hasarr-elem}
|
## has(arr, elem) {#hasarr-elem}
|
||||||
|
|
||||||
Checks whether the ‘arr’ array has the ‘elem’ element.
|
Checks whether the ‘arr’ array has the ‘elem’ element.
|
||||||
Returns 0 if the the element is not in the array, or 1 if it is.
|
Returns 0 if the element is not in the array, or 1 if it is.
|
||||||
|
|
||||||
`NULL` is processed as a value.
|
`NULL` is processed as a value.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user