cancel
Showing results for 
Search instead for 
Did you mean: 

Java UDF

Former Member
0 Kudos

Hi Experts ,

I need to create UDF in which i have pass the table as arugment and based on the records i need to send the output...

My question is how should i pass a table in UDF

Thanks,

Vishal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ansered

former_member181962
Active Contributor
0 Kudos

Hi,

It is not possible to pass tables, but you can pass only arrays (Its like a table with only one column)

You have to chose QUEUE or CONTEXT radio-button when you create the UDF.

If you want you can pass multiple arrays as inputs and based on those arrays, you can design your logic within the UDF.

Regards,

ravi