adspace


Explain hive udf function?

Answer Posted / Tanuj Kumar

Hive UDF (User Defined Function) is a custom-defined function in Hive that extends the built-in functions. Users can write their own UDFs to perform specific tasks not supported by the default functions, providing more flexibility and power for data manipulation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of UNION and SPLIT operators? Give examples?

620