map_key_values

map_key_values(map) – Returns a Array of key-value pairs contained in a Map Platforms: WhereOS, Spark,

map_keys

map_keys(map) – Returns an unordered array containing the keys of the map. Platforms: WhereOS, Spark,

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_index

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

map_exclude_keys

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