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