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