Hi, I wanted to implement a UDF which takes the entire row of input as argument. Unfortunately when I call it using select myudf(*) from my table, I get :
FAILED: Parse Error: line 1:16 mismatched input '*' expecting ) in function specification Is this not allowed? Thanks, Pradeep
