You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: add ARRAY_LENGTH UDF
fixes: confluentinc#4724
`ARRAY_LENGTH` returns the length of any array passed to it, or `0` if null is passed.
(cherry picked from commit 31a9d9d)
* feat: add ARRAY_LENGTH UDF (#4725)
fixes: #4724
`ARRAY_LENGTH` returns the length of any array passed to it, or `0` if null is passed.
(cherry picked from commit 31a9d9d)
* docs: scalar funcs update
Fix links in doc and improve docs around EXTRACTJSONFIELD
(cherry picked from commit 778570f)
* chore: switch array_length to return null on null (#4848)
(cherry picked from commit d464120)
Co-authored-by: Andy Coates <[email protected]>
Add a UDF to return the length of an array.
The text was updated successfully, but these errors were encountered: