Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

array?

avatar
Explorer

Hello:

 

I have table where one column is type (array<string>)

 

elements of array varies in that column from 1 to 5 and more.

 

I want to explode all elements of array dynamically so that i can get one row.

 

I need help to see how i can achieve.

 

Any help is greatly appreciated.

 

Thank you in advance.

Thanks

1 ACCEPTED SOLUTION

avatar
Explorer

I was able to resolve using array_contains.

 

Thanks for your reply.

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

I am sorry, but I do not understand the requirement.

 

However, perhaps you are looking for the 'explode' UDF:

 

https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-explode(array)

avatar
Explorer

I was able to resolve using array_contains.

 

Thanks for your reply.