I am trying my hands on UDF in Impala. I have successfully developed a simple UDF. I want to try something different. My idea is to have a UDF which will take 3 different arguments. For e.g. String, double, int and these values which are received inside the UDF should be inserted into some table which already exists in Impala. Is this possible? If its possible then how this can be done?
Please guide me.