Get invited to our slack community and get access to opportunities and data science insights

Blog

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

manhattan_distance

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

lpad

lpad(str, len, pad) – Returns `str`, left-padded with `pad` to a length of `len`. If

lr_datagen

lr_datagen(options string) – Generates a logistic regression dataset WITH dual AS (SELECT 1) SELECT lr_datagen(‘-n_examples

ltrim

ltrim(str) – Removes the leading space characters from `str`. ltrim(trimStr, str) – Removes the leading