map
function
Applies to: Databricks SQL Databricks Runtime
Creates a map with the specified key-value pairs.
Arguments
keyN
: An expression of any comparable type. AllkeyN
must share a least common type.valueN
: An expression of any type. AllvalueN
must share a least common type.