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()

Related questions

0 votes
asked Apr 3, 2020 in Big Data | Hadoop by Tate
0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986
...