map(key0, value0, key1, value1, …) – Creates a map with the given key/value pairs. Platforms:
map_concat(map, …) – Returns the union of all the given maps Platforms: WhereOS, Spark, Hive
manhattan_distance(list x, list y) – Returns sum(|x – y|) WITH docs as ( select 1
lpad(str, len, pad) – Returns `str`, left-padded with `pad` to a length of `len`. If
lr_datagen(options string) – Generates a logistic regression dataset WITH dual AS (SELECT 1) SELECT lr_datagen(‘-n_examples
ltrim(str) – Removes the leading space characters from `str`. ltrim(trimStr, str) – Removes the leading