Hive - Select keys with a particular value -
is there way in hive select keys of map have particular value? e.g. if map looks this:
{"default":1, "test":2, "experiment":1} given value 1, select (and concatenate using concat_ws) keys "default" , "experiment".
if helps, map stored member of struct stored in table i'm reading data from.
Comments
Post a Comment