R/duckdb-funs.R
map_values.Rd
Returns the values of a map as a list.
map_values(map = `MAP(K, V)`)
MAP(K, V)
V[]
map_values(map(['key'], ['val']))