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