R/duckdb-funs.R
list_has_any.Rd
Returns true if the lists have any element in common. NULLs are ignored.
list_has_any(list1 = `T[]`, list2 = `T[]`)
T[]
BOOLEAN
list_has_any([1, 2, 3], [2, 3, 4])