R/duckdb-funs.R
map_concat.Rd
Returns a map created from merging the input maps, on key collision the value is taken from the last map with that key.
map_concat()
LIST
map_concat(map([1, 2], ['a', 'b']), map([2, 3], ['c', 'd']));