Re: Length of an array

2012-03-21 Thread James Warren
https://cwiki.apache.org/Hive/languagemanual-udf.html#LanguageManualUDF-CollectionFunctions cheers, -James On Wed, Mar 21, 2012 at 4:30 PM, Saurabh S wrote: > How do I get the length of an array in Hive? > > Specifically, I'm looking at the following problem: I'm splitti

Length of an array

2012-03-21 Thread Saurabh S
How do I get the length of an array in Hive? Specifically, I'm looking at the following problem: I'm splitting a column using the split() function and a pattern. However, the resulting array can have variable number of entries and I want to handle each case separately.