0 votes
in Big Data | Hadoop by
What are the table generating functions in Hive?

1 Answer

0 votes
by

Table generating functions in Hive are user-defined functions like CONCAT that take a single row and give an output of multiple rows.

Some of the Table generating functions are:

EXPLODE(array) EXPLODE(map) STACK()

 

JSON_TUPLE()

...