R/duckdb-funs.R
array_distinct.Rd
Removes all duplicates and NULL values from a list. Does not preserve the original order.
NULL
array_distinct(list = `T[]`)
T[]
array_distinct([1, 1, NULL, -3, 1, 5])