Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/LanguageManual/UDF" page has been changed by PaulYang. http://wiki.apache.org/hadoop/Hive/LanguageManual/UDF?action=diff&rev1=42&rev2=43 -------------------------------------------------- The following are built-in table-generating functions are supported in Hive: ||<10%>Return Type''' ''' ||<10%>Name(Signature)''' ''' ||Description''' ''' || - ||'''Expected "=" to follow "type"''' ||explode(array<type> a) <<Anchor(explode)>> ||For each element in a, explode() generates a row containing that element || + || myType ||explode(array<myType> a) <<Anchor(explode)>> ||For each element in a, explode() generates a row containing that element ||
