str_to_map
function
Applies to: Databricks SQL Databricks Runtime
Creates a map after splitting the input into key-value pairs using delimiters.
Arguments
expr
: AnSTRING
expression.pairDelim
: An optionalSTRING
literal defaulting to','
that specifies how to split entries.keyValueDelim
: An optionalSTRING
literal defaulting to':'
that specifies how to split each key-value pair.