map_contains_key
function
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above
Returns true if map
contains key
.
Arguments
map
: An map to be searched.key
: An expression with a type sharing a least common type with themap
keys.