map_filter_keys

map_filter_keys(map, key_array) – Returns the filtered entries of a map corresponding to a given set

map_from_arrays

map_from_arrays(keys, values) – Creates a map with a pair of the given key/value arrays. All

map_from_entries

map_from_entries(arrayOfEntries) – Returns a map created from the given array of entries. Platforms: WhereOS, Spark,

manhattan_distance

manhattan_distance(list x, list y) – Returns sum(|x – y|) WITH docs as ( select 1

map

map(key0, value0, key1, value1, …) – Creates a map with the given key/value pairs. Platforms:

map_concat

map_concat(map, …) – Returns the union of all the given maps Platforms: WhereOS, Spark, Hive