This was my first question after I git the inserts working. Hive has udfs
like array contains. It also has lateral view syntax that is similar to
transposed.

On Monday, November 19, 2012, Timmy Turner <timm.t...@gmail.com> wrote:
> Is there no option to query for the contents of a collection?
> Something like
>   select * from cf where c_list contains('some_value')
> or
>   select * from cf where c_map contains('some_key')
> or
>   select * from cf where c_map['some_key'] contains('some_value')

Reply via email to