map_zip_with
function
Applies to: Databricks SQL Databricks Runtime
Merges map1
and map2
into a single map.
Arguments
map1
: A MAP expression.map2
: A MAP expression of the same key type asmap1
func
: A lambda function taking three parameters. The first parameter is the key, followed by the values from each map.