You could add all the values to a set in a udf and the return it's contents.
On Sunday, April 3, 2011, Mark <static.void....@gmail.com> wrote: > If I have a tuple of values, is there a way to eliminate duplicate values per > tuple? > > Example: > (5,5,4,7,2,3,4,9) = (5,4,7,2,3,9) > > Thanks > > > >