Re: pass entire row as parameter in hive UDF

2011-11-01 Thread Chen Song
be very helpful. Thanks Chen From: Steven Wong To: "u...@hive.apache.org" ; hive dev list Sent: Tuesday, November 1, 2011 10:20 PM Subject: RE: pass entire row as parameter in hive UDF Would https://cwiki.apache.org/confluence/display/Hive/Lang

RE: pass entire row as parameter in hive UDF

2011-11-01 Thread Steven Wong
row as parameter in hive UDF Hi All In HIVE, I would like to write a UDF that accepts a sequence of parameters. Due to that the number of parameters is large and the particular function that I am writing is specific to a set of tables (joined in some way in the SQL), I am wondering if there is

pass entire row as parameter in hive UDF

2011-10-31 Thread Chen Song
Hi All In HIVE, I would like to write a UDF that accepts a sequence of parameters. Due to that the number of parameters is large and the particular function that I am writing is specific to a set of tables (joined in some way in the SQL), I am wondering if there is a way to pass the entire row