map_index

Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.collect.MapIndexUDF More functions can be added to WhereOS via Python

map_get_sum

map_get_sum(map src, array keys) – Returns sum of values that are retrieved by keys Platforms:

map_include_keys

map_include_keys(Map map, array filteringKeys) – Returns the filtered entries of a map having specified keys

map_filter_keys

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

map_exclude_keys

map_exclude_keys(Map map, array filteringKeys) – Returns the filtered entries of a map not having specified

map_from_arrays

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