R/duckdb-funs.R
array_has.Rd
Returns true if the list contains the element.
array_has(list = `T[]`, element = T)
T[]
T
BOOLEAN
array_has([1, 2, NULL], 1)