R/duckdb-funs.R
list_indexof.Rd
Returns the index of the element if the list contains the element. If the element is not found, it returns NULL.
element
list
NULL
list_indexof(list = `T[]`, element = T)
T[]
T
INTEGER
list_indexof([1, 2, NULL], 2)