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