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

Popular posts from this blog

jOOQ update returning clause with Oracle -

c# - Json.Net Serialize String from URI -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -