R/duckdb-funs.R
set-at.Rd
Returns true if all elements of list2 are in list1. NULLs are ignored.
`<@`(list1 = `T[]`, list2 = `T[]`)
T[]
BOOLEAN
list_has_all([1, 2, 3], [2, 3])