How could I take many rows inside an hive-udf? I need an entire column name
inside the function so that it could be added to an ArrayList inside UDF. The following is the column name:
Name
jhon
jone
mike
I want to take all of the names in the column inside the UDF.