R/duckdb-funs.R
array_select.Rd
Returns a list based on the elements selected by the index_list.
index_list
array_select(value_list = `T[]`, index_list = `BIGINT[]`)
T[]
BIGINT[]
array_select([10, 20, 30, 40], [1, 4])