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